Html Css Color HEX #96BCEE Cornflower

📋 copy color: '#96BCEE'

red 150 ◦ green 188 ◦ blue 238

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

Shades of Cornflower #96BCEE

Tints of Cornflower #96BCEE

RGB

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

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

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

R = 26.04%
G = 32.64%
B = 41.32%

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

#96BCEE (or 0x96BCEE) is known color: Cornflower. HEX triplet: 96, BC and EE. RGB value is (150,188,238). Sum of RGB (Red+Green+Blue) = 150+188+238=576 (76% of max value = 765). Red value is 150 (58.98% from 255 or 26.04% from 576); Green value is 188 (73.83% from 255 or 32.64% from 576); Blue value is 238 (93.36% from 255 or 41.32% from 576); Max value from RGB is 238 - color contains mainly: blue. Hex color #96BCEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96BCEE is #694311. Grayscale: #B6B6B6. Windows color (decimal): -6898450 or 15645846. OLE color: 15645846.

HSL color Cylindrical-coordinate representation of color #96BCEE: hue angle of 214.09º 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 #96BCEE is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 150 188 238 -
CMYK 0.37 0.21 0 0.07
HSL 214.09º 0.72% 0.76% -
HSV(B) 214.09º 0.37% 0.93% -
XYZ 45.99 48.62 87.85 -
YUV 182.34 159.41 104.93 -
System Red Green Blue C M Y K H S L
Decimal 150 188 238 0.37 0.21 0 0.07 214.09 0.72 0.76
Hex 96 BC EE 25 15 0 7 D6 48 4C
Octal 226 274 356 45 25 0 7 326 110 114
Binary 10010110 10111100 11101110 100101 10101 0 111 11010110 1001000 1001100

Color Harmonies of #96BCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BCEE

Black with #96BCEE

Text Example


Text Example

White with #96BCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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