Html Css Color HEX #9AC0DC Cornflower

📋 copy color: '#9AC0DC'

red 154 ◦ green 192 ◦ blue 220

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

Shades of Cornflower #9AC0DC

Tints of Cornflower #9AC0DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.87%

R = 27.21%
G = 33.92%
B = 38.87%

CMYK

 C value IS 0.3

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9AC0DC (or 0x9AC0DC) is known color: Cornflower. HEX triplet: 9A, C0 and DC. RGB value is (154,192,220). Sum of RGB (Red+Green+Blue) = 154+192+220=566 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.21% from 566); Green value is 192 (75.39% from 255 or 33.92% from 566); Blue value is 220 (86.33% from 255 or 38.87% from 566); Max value from RGB is 220 - color contains mainly: blue. Hex color #9AC0DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AC0DC is #653F23. Grayscale: #B7B7B7. Windows color (decimal): -6635300 or 14467226. OLE color: 14467226.

HSL color Cylindrical-coordinate representation of color #9AC0DC: hue angle of 205.45º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9AC0DC is Cyan = 0.3, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 154 192 220 -
CMYK 0.3 0.13 0 0.14
HSL 205.45º 0.49% 0.73% -
HSV(B) 205.45º 0.3% 0.86% -
XYZ 45.09 49.74 74.93 -
YUV 183.83 148.41 106.72 -
System Red Green Blue C M Y K H S L
Decimal 154 192 220 0.3 0.13 0 0.14 205.45 0.49 0.73
Hex 9A C0 DC 1E D 0 E CD 31 49
Octal 232 300 334 36 15 0 16 315 61 111
Binary 10011010 11000000 11011100 11110 1101 0 1110 11001101 110001 1001001

Color Harmonies of #9AC0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AC0DC

Black with #9AC0DC

Text Example


Text Example

White with #9AC0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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