Html Css Color HEX #9ACDD6 Regent St Blue

📋 copy color: '#9ACDD6'

red 154 ◦ green 205 ◦ blue 214

#9ACDD6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Regent St Blue #9ACDD6

Tints of Regent St Blue #9ACDD6

RGB

 RED value IS 154 (60.55% from 255) = 26.88%

 GREEN value IS 205 (80.47% from 255) = 35.78%

 BLUE value IS 214 (83.98% from 255) = 37.35%

R = 26.88%
G = 35.78%
B = 37.35%

CMYK

 C value IS 0.28

 M value IS 0.04

 Y value IS 0

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#9ACDD6 (or 0x9ACDD6) is known color: Regent St Blue. HEX triplet: 9A, CD and D6. RGB value is (154,205,214). Sum of RGB (Red+Green+Blue) = 154+205+214=573 (75% of max value = 765). Red value is 154 (60.55% from 255 or 26.88% from 573); Green value is 205 (80.47% from 255 or 35.78% from 573); Blue value is 214 (83.98% from 255 or 37.35% from 573); Max value from RGB is 214 - color contains mainly: blue. Hex color #9ACDD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ACDD6 is #653229. Grayscale: #BEBEBE. Windows color (decimal): -6631978 or 14077338. OLE color: 14077338.

HSL color Cylindrical-coordinate representation of color #9ACDD6: hue angle of 189º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9ACDD6 is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 154 205 214 -
CMYK 0.28 0.04 0 0.16
HSL 189º 0.42% 0.72% -
HSV(B) 189º 0.28% 0.84% -
XYZ 47.3 55.39 71.82 -
YUV 190.78 141.1 101.77 -
System Red Green Blue C M Y K H S L
Decimal 154 205 214 0.28 0.04 0 0.16 189 0.42 0.72
Hex 9A CD D6 1C 4 0 10 BD 2A 48
Octal 232 315 326 34 4 0 20 275 52 110
Binary 10011010 11001101 11010110 11100 100 0 10000 10111101 101010 1001000

Color Harmonies of #9ACDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACDD6

Black with #9ACDD6

Text Example


Text Example

White with #9ACDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9ACDD6; }

 p { color: rgb(154,205,214); }

 H1.HeaderClassName
 {
   color: #9ACDD6;
 }
 .AnyTagClassName
 {
   color: #9ACDD6;
 }
</style>

background-color css

<style>
 a { background-color: #9ACDD6; }

 a { background-color: rgb(154,205,214); }

 div.DivClassName
 {
   background-color: #9ACDD6;
 }
 .BgClassName
 {
   background-color: #9ACDD6;
 }
</style>

border-color css

<style>
 span { border-color: #9ACDD6; }

 span { border-color: rgb(154,205,214); }

 td.TdClassName
 {
   border-color: #9ACDD6;
 }
 .TagClassName
 {
   border-color: #9ACDD6;
 }
</style>