Html Css Color HEX #9BCCEC Cornflower

📋 copy color: '#9BCCEC'

red 155 ◦ green 204 ◦ blue 236

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

Shades of Cornflower #9BCCEC

Tints of Cornflower #9BCCEC

RGB

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

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

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

R = 26.05%
G = 34.29%
B = 39.66%

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

#9BCCEC (or 0x9BCCEC) is known color: Cornflower. HEX triplet: 9B, CC and EC. RGB value is (155,204,236). Sum of RGB (Red+Green+Blue) = 155+204+236=595 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.05% from 595); Green value is 204 (80.08% from 255 or 34.29% from 595); Blue value is 236 (92.58% from 255 or 39.66% from 595); Max value from RGB is 236 - color contains mainly: blue. Hex color #9BCCEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BCCEC is #643313. Grayscale: #C0C0C0. Windows color (decimal): -6566676 or 15518875. OLE color: 15518875.

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

Color convert

RGB 155 204 236 -
CMYK 0.34 0.14 0 0.07
HSL 203.7º 0.68% 0.77% -
HSV(B) 203.7º 0.34% 0.93% -
XYZ 50.25 56.21 87.56 -
YUV 193 152.27 100.9 -
System Red Green Blue C M Y K H S L
Decimal 155 204 236 0.34 0.14 0 0.07 203.7 0.68 0.77
Hex 9B CC EC 22 E 0 7 CC 44 4D
Octal 233 314 354 42 16 0 7 314 104 115
Binary 10011011 11001100 11101100 100010 1110 0 111 11001100 1000100 1001101

Color Harmonies of #9BCCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCCEC

Black with #9BCCEC

Text Example


Text Example

White with #9BCCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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