Html Css Color HEX #96BCEC Cornflower

📋 copy color: '#96BCEC'

red 150 ◦ green 188 ◦ blue 236

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

Shades of Cornflower #96BCEC

Tints of Cornflower #96BCEC

RGB

 RED value IS 150 (58.98% from 255) = 26.13%

 GREEN value IS 188 (73.83% from 255) = 32.75%

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

R = 26.13%
G = 32.75%
B = 41.11%

CMYK

 C value IS 0.36

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#96BCEC (or 0x96BCEC) is known color: Cornflower. HEX triplet: 96, BC and EC. RGB value is (150,188,236). Sum of RGB (Red+Green+Blue) = 150+188+236=574 (76% of max value = 765). Red value is 150 (58.98% from 255 or 26.13% from 574); Green value is 188 (73.83% from 255 or 32.75% from 574); Blue value is 236 (92.58% from 255 or 41.11% from 574); Max value from RGB is 236 - color contains mainly: blue. Hex color #96BCEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96BCEC is #694313. Grayscale: #B5B5B5. Windows color (decimal): -6898452 or 15514774. OLE color: 15514774.

HSL color Cylindrical-coordinate representation of color #96BCEC: hue angle of 213.49º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96BCEC is Cyan = 0.36, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 150 188 236 -
CMYK 0.36 0.20 0 0.07
HSL 213.49º 0.69% 0.76% -
HSV(B) 213.49º 0.36% 0.93% -
XYZ 45.7 48.51 86.31 -
YUV 182.11 158.41 105.1 -
System Red Green Blue C M Y K H S L
Decimal 150 188 236 0.36 0.20 0 0.07 213.49 0.69 0.76
Hex 96 BC EC 24 14 0 7 D5 45 4C
Octal 226 274 354 44 24 0 7 325 105 114
Binary 10010110 10111100 11101100 100100 10100 0 111 11010101 1000101 1001100

Color Harmonies of #96BCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BCEC

Black with #96BCEC

Text Example


Text Example

White with #96BCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96BCEC; }

 p { color: rgb(150,188,236); }

 H1.HeaderClassName
 {
   color: #96BCEC;
 }
 .AnyTagClassName
 {
   color: #96BCEC;
 }
</style>

background-color css

<style>
 a { background-color: #96BCEC; }

 a { background-color: rgb(150,188,236); }

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

border-color css

<style>
 span { border-color: #96BCEC; }

 span { border-color: rgb(150,188,236); }

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