Html Css Color HEX #9FECEB Blizzard Blue

📋 copy color: '#9FECEB'

red 159 ◦ green 236 ◦ blue 235

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

Shades of Blizzard Blue #9FECEB

Tints of Blizzard Blue #9FECEB

RGB

 RED value IS 159 (62.5% from 255) = 25.24%

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

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

R = 25.24%
G = 37.46%
B = 37.3%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#9FECEB (or 0x9FECEB) is known color: Blizzard Blue. HEX triplet: 9F, EC and EB. RGB value is (159,236,235). Sum of RGB (Red+Green+Blue) = 159+236+235=630 (83% of max value = 765). Red value is 159 (62.5% from 255 or 25.24% from 630); Green value is 236 (92.58% from 255 or 37.46% from 630); Blue value is 235 (92.19% from 255 or 37.30% from 630); Max value from RGB is 236 - color contains mainly: green. Hex color #9FECEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FECEB is #601314. Grayscale: #D4D4D4. Windows color (decimal): -6296341 or 15461535. OLE color: 15461535.

HSL color Cylindrical-coordinate representation of color #9FECEB: hue angle of 179.22º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FECEB is Cyan = 0.33, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 159 236 235 -
CMYK 0.33 0 0.00 0.07
HSL 179.22º 0.67% 0.77% -
HSV(B) 179.22º 0.33% 0.93% -
XYZ 59.29 73.36 89.63 -
YUV 212.86 140.49 89.58 -
System Red Green Blue C M Y K H S L
Decimal 159 236 235 0.33 0 0.00 0.07 179.22 0.67 0.77
Hex 9F EC EB 21 0 0 7 B3 43 4D
Octal 237 354 353 41 0 0 7 263 103 115
Binary 10011111 11101100 11101011 100001 0 0 111 10110011 1000011 1001101

Color Harmonies of #9FECEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FECEB

Black with #9FECEB

Text Example


Text Example

White with #9FECEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9FECEB; }

 p { color: rgb(159,236,235); }

 H1.HeaderClassName
 {
   color: #9FECEB;
 }
 .AnyTagClassName
 {
   color: #9FECEB;
 }
</style>

background-color css

<style>
 a { background-color: #9FECEB; }

 a { background-color: rgb(159,236,235); }

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

border-color css

<style>
 span { border-color: #9FECEB; }

 span { border-color: rgb(159,236,235); }

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