Html Css Color HEX #9FECF8 Blizzard Blue

📋 copy color: '#9FECF8'

red 159 ◦ green 236 ◦ blue 248

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

Shades of Blizzard Blue #9FECF8

Tints of Blizzard Blue #9FECF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 38.57%

R = 24.73%
G = 36.7%
B = 38.57%

CMYK

 C value IS 0.36

 M value IS 0.05

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#9FECF8 (or 0x9FECF8) is known color: Blizzard Blue. HEX triplet: 9F, EC and F8. RGB value is (159,236,248). Sum of RGB (Red+Green+Blue) = 159+236+248=643 (85% of max value = 765). Red value is 159 (62.5% from 255 or 24.73% from 643); Green value is 236 (92.58% from 255 or 36.70% from 643); Blue value is 248 (97.27% from 255 or 38.57% from 643); Max value from RGB is 248 - color contains mainly: blue. Hex color #9FECF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FECF8 is #601307. Grayscale: #D6D6D6. Windows color (decimal): -6296328 or 16313503. OLE color: 16313503.

HSL color Cylindrical-coordinate representation of color #9FECF8: hue angle of 188.09º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9FECF8 is Cyan = 0.36, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 159 236 248 -
CMYK 0.36 0.05 0 0.03
HSL 188.09º 0.86% 0.8% -
HSV(B) 188.09º 0.36% 0.97% -
XYZ 61.24 74.14 99.89 -
YUV 214.35 146.99 88.52 -
System Red Green Blue C M Y K H S L
Decimal 159 236 248 0.36 0.05 0 0.03 188.09 0.86 0.8
Hex 9F EC F8 24 5 0 3 BC 56 50
Octal 237 354 370 44 5 0 3 274 126 120
Binary 10011111 11101100 11111000 100100 101 0 11 10111100 1010110 1010000

Color Harmonies of #9FECF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FECF8

Black with #9FECF8

Text Example


Text Example

White with #9FECF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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