Html Css Color HEX #9CD4EA Cornflower

📋 copy color: '#9CD4EA'

red 156 ◦ green 212 ◦ blue 234

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

Shades of Cornflower #9CD4EA

Tints of Cornflower #9CD4EA

RGB

 RED value IS 156 (61.33% from 255) = 25.91%

 GREEN value IS 212 (83.2% from 255) = 35.22%

 BLUE value IS 234 (91.8% from 255) = 38.87%

R = 25.91%
G = 35.22%
B = 38.87%

CMYK

 C value IS 0.33

 M value IS 0.09

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9CD4EA (or 0x9CD4EA) is known color: Cornflower. HEX triplet: 9C, D4 and EA. RGB value is (156,212,234). Sum of RGB (Red+Green+Blue) = 156+212+234=602 (79% of max value = 765). Red value is 156 (61.33% from 255 or 25.91% from 602); Green value is 212 (83.20% from 255 or 35.22% from 602); Blue value is 234 (91.80% from 255 or 38.87% from 602); Max value from RGB is 234 - color contains mainly: blue. Hex color #9CD4EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CD4EA is #632B15. Grayscale: #C5C5C5. Windows color (decimal): -6499094 or 15389852. OLE color: 15389852.

HSL color Cylindrical-coordinate representation of color #9CD4EA: hue angle of 196.92º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9CD4EA is Cyan = 0.33, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 156 212 234 -
CMYK 0.33 0.09 0 0.08
HSL 196.92º 0.65% 0.76% -
HSV(B) 196.92º 0.33% 0.92% -
XYZ 52.11 60.1 86.7 -
YUV 197.76 148.45 98.21 -
System Red Green Blue C M Y K H S L
Decimal 156 212 234 0.33 0.09 0 0.08 196.92 0.65 0.76
Hex 9C D4 EA 21 9 0 8 C5 41 4C
Octal 234 324 352 41 11 0 10 305 101 114
Binary 10011100 11010100 11101010 100001 1001 0 1000 11000101 1000001 1001100

Color Harmonies of #9CD4EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CD4EA

Black with #9CD4EA

Text Example


Text Example

White with #9CD4EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,212,234); }

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

background-color css

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

 a { background-color: rgb(156,212,234); }

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

border-color css

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

 span { border-color: rgb(156,212,234); }

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