Html Css Color HEX #96CBEF Cornflower

📋 copy color: '#96CBEF'

red 150 ◦ green 203 ◦ blue 239

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

Shades of Cornflower #96CBEF

Tints of Cornflower #96CBEF

RGB

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

 GREEN value IS 203 (79.69% from 255) = 34.29%

 BLUE value IS 239 (93.75% from 255) = 40.37%

R = 25.34%
G = 34.29%
B = 40.37%

CMYK

 C value IS 0.37

 M value IS 0.15

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#96CBEF (or 0x96CBEF) is known color: Cornflower. HEX triplet: 96, CB and EF. RGB value is (150,203,239). Sum of RGB (Red+Green+Blue) = 150+203+239=592 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.34% from 592); Green value is 203 (79.69% from 255 or 34.29% from 592); Blue value is 239 (93.75% from 255 or 40.37% from 592); Max value from RGB is 239 - color contains mainly: blue. Hex color #96CBEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96CBEF is #693410. Grayscale: #BFBFBF. Windows color (decimal): -6894609 or 15715222. OLE color: 15715222.

HSL color Cylindrical-coordinate representation of color #96CBEF: hue angle of 204.27º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96CBEF is Cyan = 0.37, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 150 203 239 -
CMYK 0.37 0.15 0 0.06
HSL 204.27º 0.74% 0.76% -
HSV(B) 204.27º 0.37% 0.94% -
XYZ 49.51 55.43 89.75 -
YUV 191.26 154.94 98.57 -
System Red Green Blue C M Y K H S L
Decimal 150 203 239 0.37 0.15 0 0.06 204.27 0.74 0.76
Hex 96 CB EF 25 F 0 6 CC 4A 4C
Octal 226 313 357 45 17 0 6 314 112 114
Binary 10010110 11001011 11101111 100101 1111 0 110 11001100 1001010 1001100

Color Harmonies of #96CBEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CBEF

Black with #96CBEF

Text Example


Text Example

White with #96CBEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,203,239); }

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

background-color css

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

 a { background-color: rgb(150,203,239); }

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

border-color css

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

 span { border-color: rgb(150,203,239); }

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