Html Css Color HEX #96BEEF Cornflower

📋 copy color: '#96BEEF'

red 150 ◦ green 190 ◦ blue 239

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

Shades of Cornflower #96BEEF

Tints of Cornflower #96BEEF

RGB

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

 GREEN value IS 190 (74.61% from 255) = 32.82%

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

R = 25.91%
G = 32.82%
B = 41.28%

CMYK

 C value IS 0.37

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#96BEEF (or 0x96BEEF) is known color: Cornflower. HEX triplet: 96, BE and EF. RGB value is (150,190,239). Sum of RGB (Red+Green+Blue) = 150+190+239=579 (76% of max value = 765). Red value is 150 (58.98% from 255 or 25.91% from 579); Green value is 190 (74.61% from 255 or 32.82% from 579); Blue value is 239 (93.75% from 255 or 41.28% from 579); Max value from RGB is 239 - color contains mainly: blue. Hex color #96BEEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96BEEF is #694110. Grayscale: #B7B7B7. Windows color (decimal): -6897937 or 15711894. OLE color: 15711894.

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

Color convert

RGB 150 190 239 -
CMYK 0.37 0.21 0 0.06
HSL 213.03º 0.74% 0.76% -
HSV(B) 213.03º 0.37% 0.94% -
XYZ 46.57 49.54 88.77 -
YUV 183.63 159.25 104.02 -
System Red Green Blue C M Y K H S L
Decimal 150 190 239 0.37 0.21 0 0.06 213.03 0.74 0.76
Hex 96 BE EF 25 15 0 6 D5 4A 4C
Octal 226 276 357 45 25 0 6 325 112 114
Binary 10010110 10111110 11101111 100101 10101 0 110 11010101 1001010 1001100

Color Harmonies of #96BEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BEEF

Black with #96BEEF

Text Example


Text Example

White with #96BEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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