Html Css Color HEX #96ECE5 Blizzard Blue

📋 copy color: '#96ECE5'

red 150 ◦ green 236 ◦ blue 229

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

Shades of Blizzard Blue #96ECE5

Tints of Blizzard Blue #96ECE5

RGB

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

 GREEN value IS 236 (92.58% from 255) = 38.37%

 BLUE value IS 229 (89.84% from 255) = 37.24%

R = 24.39%
G = 38.37%
B = 37.24%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#96ECE5 (or 0x96ECE5) is known color: Blizzard Blue. HEX triplet: 96, EC and E5. RGB value is (150,236,229). Sum of RGB (Red+Green+Blue) = 150+236+229=615 (81% of max value = 765). Red value is 150 (58.98% from 255 or 24.39% from 615); Green value is 236 (92.58% from 255 or 38.37% from 615); Blue value is 229 (89.84% from 255 or 37.24% from 615); Max value from RGB is 236 - color contains mainly: green. Hex color #96ECE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96ECE5 is #69131A. Grayscale: #D1D1D1. Windows color (decimal): -6886171 or 15068310. OLE color: 15068310.

HSL color Cylindrical-coordinate representation of color #96ECE5: hue angle of 175.12º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96ECE5 is Cyan = 0.36, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 150 236 229 -
CMYK 0.36 0 0.03 0.07
HSL 175.12º 0.69% 0.76% -
HSV(B) 175.12º 0.36% 0.93% -
XYZ 56.72 72.13 85.06 -
YUV 209.49 139.01 85.57 -
System Red Green Blue C M Y K H S L
Decimal 150 236 229 0.36 0 0.03 0.07 175.12 0.69 0.76
Hex 96 EC E5 24 0 3 7 AF 45 4C
Octal 226 354 345 44 0 3 7 257 105 114
Binary 10010110 11101100 11100101 100100 0 11 111 10101111 1000101 1001100

Color Harmonies of #96ECE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96ECE5

Black with #96ECE5

Text Example


Text Example

White with #96ECE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,236,229); }

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

background-color css

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

 a { background-color: rgb(150,236,229); }

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

border-color css

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

 span { border-color: rgb(150,236,229); }

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