Html Css Color HEX #9BCBEC Cornflower

📋 copy color: '#9BCBEC'

red 155 ◦ green 203 ◦ blue 236

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

Shades of Cornflower #9BCBEC

Tints of Cornflower #9BCBEC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 34.18%

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

R = 26.09%
G = 34.18%
B = 39.73%

CMYK

 C value IS 0.34

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9BCBEC (or 0x9BCBEC) is known color: Cornflower. HEX triplet: 9B, CB and EC. RGB value is (155,203,236). Sum of RGB (Red+Green+Blue) = 155+203+236=594 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.09% from 594); Green value is 203 (79.69% from 255 or 34.18% from 594); Blue value is 236 (92.58% from 255 or 39.73% from 594); Max value from RGB is 236 - color contains mainly: blue. Hex color #9BCBEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BCBEC is #643413. Grayscale: #C0C0C0. Windows color (decimal): -6566932 or 15518619. OLE color: 15518619.

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

Color convert

RGB 155 203 236 -
CMYK 0.34 0.14 0 0.07
HSL 204.44º 0.68% 0.77% -
HSV(B) 204.44º 0.34% 0.93% -
XYZ 50.01 55.74 87.48 -
YUV 192.41 152.6 101.32 -
System Red Green Blue C M Y K H S L
Decimal 155 203 236 0.34 0.14 0 0.07 204.44 0.68 0.77
Hex 9B CB EC 22 E 0 7 CC 44 4D
Octal 233 313 354 42 16 0 7 314 104 115
Binary 10011011 11001011 11101100 100010 1110 0 111 11001100 1000100 1001101

Color Harmonies of #9BCBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCBEC

Black with #9BCBEC

Text Example


Text Example

White with #9BCBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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