Html Css Color HEX #96BFEB Cornflower

📋 copy color: '#96BFEB'

red 150 ◦ green 191 ◦ blue 235

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

Shades of Cornflower #96BFEB

Tints of Cornflower #96BFEB

RGB

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

 GREEN value IS 191 (75% from 255) = 33.16%

 BLUE value IS 235 (92.19% from 255) = 40.8%

R = 26.04%
G = 33.16%
B = 40.8%

CMYK

 C value IS 0.36

 M value IS 0.19

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#96BFEB (or 0x96BFEB) is known color: Cornflower. HEX triplet: 96, BF and EB. RGB value is (150,191,235). Sum of RGB (Red+Green+Blue) = 150+191+235=576 (76% of max value = 765). Red value is 150 (58.98% from 255 or 26.04% from 576); Green value is 191 (75% from 255 or 33.16% from 576); Blue value is 235 (92.19% from 255 or 40.80% from 576); Max value from RGB is 235 - color contains mainly: blue. Hex color #96BFEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96BFEB is #694014. Grayscale: #B7B7B7. Windows color (decimal): -6897685 or 15450006. OLE color: 15450006.

HSL color Cylindrical-coordinate representation of color #96BFEB: hue angle of 211.06º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96BFEB is Cyan = 0.36, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 150 191 235 -
CMYK 0.36 0.19 0 0.08
HSL 211.06º 0.68% 0.75% -
HSV(B) 211.06º 0.36% 0.92% -
XYZ 46.2 49.74 85.76 -
YUV 183.76 156.92 103.92 -
System Red Green Blue C M Y K H S L
Decimal 150 191 235 0.36 0.19 0 0.08 211.06 0.68 0.75
Hex 96 BF EB 24 13 0 8 D3 44 4B
Octal 226 277 353 44 23 0 10 323 104 113
Binary 10010110 10111111 11101011 100100 10011 0 1000 11010011 1000100 1001011

Color Harmonies of #96BFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BFEB

Black with #96BFEB

Text Example


Text Example

White with #96BFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,191,235); }

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

background-color css

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

 a { background-color: rgb(150,191,235); }

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

border-color css

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

 span { border-color: rgb(150,191,235); }

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