Html Css Color HEX #9BCEEC Cornflower

📋 copy color: '#9BCEEC'

red 155 ◦ green 206 ◦ blue 236

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

Shades of Cornflower #9BCEEC

Tints of Cornflower #9BCEEC

RGB

 RED value IS 155 (60.94% from 255) = 25.96%

 GREEN value IS 206 (80.86% from 255) = 34.51%

 BLUE value IS 236 (92.58% from 255) = 39.53%

R = 25.96%
G = 34.51%
B = 39.53%

CMYK

 C value IS 0.34

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9BCEEC (or 0x9BCEEC) is known color: Cornflower. HEX triplet: 9B, CE and EC. RGB value is (155,206,236). Sum of RGB (Red+Green+Blue) = 155+206+236=597 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.96% from 597); Green value is 206 (80.86% from 255 or 34.51% from 597); Blue value is 236 (92.58% from 255 or 39.53% from 597); Max value from RGB is 236 - color contains mainly: blue. Hex color #9BCEEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BCEEC is #643113. Grayscale: #C2C2C2. Windows color (decimal): -6566164 or 15519387. OLE color: 15519387.

HSL color Cylindrical-coordinate representation of color #9BCEEC: hue angle of 202.22º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BCEEC is Cyan = 0.34, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 155 206 236 -
CMYK 0.34 0.13 0 0.07
HSL 202.22º 0.68% 0.77% -
HSV(B) 202.22º 0.34% 0.93% -
XYZ 50.73 57.17 87.72 -
YUV 194.17 151.6 100.06 -
System Red Green Blue C M Y K H S L
Decimal 155 206 236 0.34 0.13 0 0.07 202.22 0.68 0.77
Hex 9B CE EC 22 D 0 7 CA 44 4D
Octal 233 316 354 42 15 0 7 312 104 115
Binary 10011011 11001110 11101100 100010 1101 0 111 11001010 1000100 1001101

Color Harmonies of #9BCEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCEEC

Black with #9BCEEC

Text Example


Text Example

White with #9BCEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,206,236); }

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

background-color css

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

 a { background-color: rgb(155,206,236); }

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

border-color css

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

 span { border-color: rgb(155,206,236); }

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