Html Css Color HEX #9CCCEA Cornflower

📋 copy color: '#9CCCEA'

red 156 ◦ green 204 ◦ blue 234

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

Shades of Cornflower #9CCCEA

Tints of Cornflower #9CCCEA

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.34%

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

R = 26.26%
G = 34.34%
B = 39.39%

CMYK

 C value IS 0.33

 M value IS 0.13

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9CCCEA (or 0x9CCCEA) is known color: Cornflower. HEX triplet: 9C, CC and EA. RGB value is (156,204,234). Sum of RGB (Red+Green+Blue) = 156+204+234=594 (78% of max value = 765). Red value is 156 (61.33% from 255 or 26.26% from 594); Green value is 204 (80.08% from 255 or 34.34% from 594); Blue value is 234 (91.80% from 255 or 39.39% from 594); Max value from RGB is 234 - color contains mainly: blue. Hex color #9CCCEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CCCEA is #633315. Grayscale: #C0C0C0. Windows color (decimal): -6501142 or 15387804. OLE color: 15387804.

HSL color Cylindrical-coordinate representation of color #9CCCEA: hue angle of 203.08º 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 #9CCCEA is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 156 204 234 -
CMYK 0.33 0.13 0 0.08
HSL 203.08º 0.65% 0.76% -
HSV(B) 203.08º 0.33% 0.92% -
XYZ 50.15 56.19 86.05 -
YUV 193.07 151.1 101.56 -
System Red Green Blue C M Y K H S L
Decimal 156 204 234 0.33 0.13 0 0.08 203.08 0.65 0.76
Hex 9C CC EA 21 D 0 8 CB 41 4C
Octal 234 314 352 41 15 0 10 313 101 114
Binary 10011100 11001100 11101010 100001 1101 0 1000 11001011 1000001 1001100

Color Harmonies of #9CCCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CCCEA

Black with #9CCCEA

Text Example


Text Example

White with #9CCCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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