Html Css Color HEX #96EFF0 Blizzard Blue

📋 copy color: '#96EFF0'

red 150 ◦ green 239 ◦ blue 240

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

Shades of Blizzard Blue #96EFF0

Tints of Blizzard Blue #96EFF0

RGB

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

 GREEN value IS 239 (93.75% from 255) = 38%

 BLUE value IS 240 (94.14% from 255) = 38.16%

R = 23.85%
G = 38%
B = 38.16%

CMYK

 C value IS 0.37

 M value IS 0.00

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#96EFF0 (or 0x96EFF0) is known color: Blizzard Blue. HEX triplet: 96, EF and F0. RGB value is (150,239,240). Sum of RGB (Red+Green+Blue) = 150+239+240=629 (83% of max value = 765). Red value is 150 (58.98% from 255 or 23.85% from 629); Green value is 239 (93.75% from 255 or 38.00% from 629); Blue value is 240 (94.14% from 255 or 38.16% from 629); Max value from RGB is 240 - color contains mainly: blue. Hex color #96EFF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96EFF0 is #69100F. Grayscale: #D4D4D4. Windows color (decimal): -6885392 or 15789974. OLE color: 15789974.

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

Color convert

RGB 150 239 240 -
CMYK 0.37 0.00 0 0.06
HSL 180.67º 0.75% 0.76% -
HSV(B) 180.67º 0.38% 0.94% -
XYZ 59.17 74.51 93.7 -
YUV 212.5 143.51 83.42 -
System Red Green Blue C M Y K H S L
Decimal 150 239 240 0.37 0.00 0 0.06 180.67 0.75 0.76
Hex 96 EF F0 25 0 0 6 B5 4B 4C
Octal 226 357 360 45 0 0 6 265 113 114
Binary 10010110 11101111 11110000 100101 0 0 110 10110101 1001011 1001100

Color Harmonies of #96EFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96EFF0

Black with #96EFF0

Text Example


Text Example

White with #96EFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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