Html Css Color HEX #9AC0DE Cornflower

📋 copy color: '#9AC0DE'

red 154 ◦ green 192 ◦ blue 222

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

Shades of Cornflower #9AC0DE

Tints of Cornflower #9AC0DE

RGB

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

 GREEN value IS 192 (75.39% from 255) = 33.8%

 BLUE value IS 222 (87.11% from 255) = 39.08%

R = 27.11%
G = 33.8%
B = 39.08%

CMYK

 C value IS 0.31

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9AC0DE (or 0x9AC0DE) is known color: Cornflower. HEX triplet: 9A, C0 and DE. RGB value is (154,192,222). Sum of RGB (Red+Green+Blue) = 154+192+222=568 (75% of max value = 765). Red value is 154 (60.55% from 255 or 27.11% from 568); Green value is 192 (75.39% from 255 or 33.80% from 568); Blue value is 222 (87.11% from 255 or 39.08% from 568); Max value from RGB is 222 - color contains mainly: blue. Hex color #9AC0DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AC0DE is #653F21. Grayscale: #B7B7B7. Windows color (decimal): -6635298 or 14598298. OLE color: 14598298.

HSL color Cylindrical-coordinate representation of color #9AC0DE: hue angle of 206.47º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9AC0DE is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 154 192 222 -
CMYK 0.31 0.14 0 0.13
HSL 206.47º 0.51% 0.74% -
HSV(B) 206.47º 0.31% 0.87% -
XYZ 45.36 49.84 76.34 -
YUV 184.06 149.41 106.56 -
System Red Green Blue C M Y K H S L
Decimal 154 192 222 0.31 0.14 0 0.13 206.47 0.51 0.74
Hex 9A C0 DE 1F E 0 D CE 33 4A
Octal 232 300 336 37 16 0 15 316 63 112
Binary 10011010 11000000 11011110 11111 1110 0 1101 11001110 110011 1001010

Color Harmonies of #9AC0DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AC0DE

Black with #9AC0DE

Text Example


Text Example

White with #9AC0DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,192,222); }

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

background-color css

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

 a { background-color: rgb(154,192,222); }

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

border-color css

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

 span { border-color: rgb(154,192,222); }

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