Html Css Color HEX #9AC2DC Cornflower

📋 copy color: '#9AC2DC'

red 154 ◦ green 194 ◦ blue 220

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

Shades of Cornflower #9AC2DC

Tints of Cornflower #9AC2DC

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.15%

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

R = 27.11%
G = 34.15%
B = 38.73%

CMYK

 C value IS 0.3

 M value IS 0.12

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9AC2DC (or 0x9AC2DC) is known color: Cornflower. HEX triplet: 9A, C2 and DC. RGB value is (154,194,220). Sum of RGB (Red+Green+Blue) = 154+194+220=568 (75% of max value = 765). Red value is 154 (60.55% from 255 or 27.11% from 568); Green value is 194 (76.17% from 255 or 34.15% from 568); Blue value is 220 (86.33% from 255 or 38.73% from 568); Max value from RGB is 220 - color contains mainly: blue. Hex color #9AC2DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AC2DC is #653D23. Grayscale: #B8B8B8. Windows color (decimal): -6634788 or 14467738. OLE color: 14467738.

HSL color Cylindrical-coordinate representation of color #9AC2DC: hue angle of 203.64º 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 #9AC2DC is Cyan = 0.3, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 154 194 220 -
CMYK 0.3 0.12 0 0.14
HSL 203.64º 0.49% 0.73% -
HSV(B) 203.64º 0.3% 0.86% -
XYZ 45.54 50.62 75.08 -
YUV 185 147.75 105.89 -
System Red Green Blue C M Y K H S L
Decimal 154 194 220 0.3 0.12 0 0.14 203.64 0.49 0.73
Hex 9A C2 DC 1E C 0 E CC 31 49
Octal 232 302 334 36 14 0 16 314 61 111
Binary 10011010 11000010 11011100 11110 1100 0 1110 11001100 110001 1001001

Color Harmonies of #9AC2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AC2DC

Black with #9AC2DC

Text Example


Text Example

White with #9AC2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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