Html Css Color HEX #96BBEE Cornflower

📋 copy color: '#96BBEE'

red 150 ◦ green 187 ◦ blue 238

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

Shades of Cornflower #96BBEE

Tints of Cornflower #96BBEE

RGB

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

 GREEN value IS 187 (73.44% from 255) = 32.52%

 BLUE value IS 238 (93.36% from 255) = 41.39%

R = 26.09%
G = 32.52%
B = 41.39%

CMYK

 C value IS 0.37

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#96BBEE (or 0x96BBEE) is known color: Cornflower. HEX triplet: 96, BB and EE. RGB value is (150,187,238). Sum of RGB (Red+Green+Blue) = 150+187+238=575 (76% of max value = 765). Red value is 150 (58.98% from 255 or 26.09% from 575); Green value is 187 (73.44% from 255 or 32.52% from 575); Blue value is 238 (93.36% from 255 or 41.39% from 575); Max value from RGB is 238 - color contains mainly: blue. Hex color #96BBEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96BBEE is #694411. Grayscale: #B5B5B5. Windows color (decimal): -6898706 or 15645590. OLE color: 15645590.

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

Color convert

RGB 150 187 238 -
CMYK 0.37 0.21 0 0.07
HSL 214.77º 0.72% 0.76% -
HSV(B) 214.77º 0.37% 0.93% -
XYZ 45.78 48.2 87.78 -
YUV 181.75 159.74 105.35 -
System Red Green Blue C M Y K H S L
Decimal 150 187 238 0.37 0.21 0 0.07 214.77 0.72 0.76
Hex 96 BB EE 25 15 0 7 D7 48 4C
Octal 226 273 356 45 25 0 7 327 110 114
Binary 10010110 10111011 11101110 100101 10101 0 111 11010111 1001000 1001100

Color Harmonies of #96BBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BBEE

Black with #96BBEE

Text Example


Text Example

White with #96BBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,187,238); }

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

background-color css

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

 a { background-color: rgb(150,187,238); }

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

border-color css

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

 span { border-color: rgb(150,187,238); }

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