Html Css Color HEX #9FECF3 Blizzard Blue

📋 copy color: '#9FECF3'

red 159 ◦ green 236 ◦ blue 243

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

Shades of Blizzard Blue #9FECF3

Tints of Blizzard Blue #9FECF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 38.09%

R = 24.92%
G = 36.99%
B = 38.09%

CMYK

 C value IS 0.35

 M value IS 0.03

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9FECF3 (or 0x9FECF3) is known color: Blizzard Blue. HEX triplet: 9F, EC and F3. RGB value is (159,236,243). Sum of RGB (Red+Green+Blue) = 159+236+243=638 (84% of max value = 765). Red value is 159 (62.5% from 255 or 24.92% from 638); Green value is 236 (92.58% from 255 or 36.99% from 638); Blue value is 243 (95.31% from 255 or 38.09% from 638); Max value from RGB is 243 - color contains mainly: blue. Hex color #9FECF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FECF3 is #60130C. Grayscale: #D5D5D5. Windows color (decimal): -6296333 or 15985823. OLE color: 15985823.

HSL color Cylindrical-coordinate representation of color #9FECF3: hue angle of 185º degrees, saturation: 0.78, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9FECF3 is Cyan = 0.35, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 159 236 243 -
CMYK 0.35 0.03 0 0.05
HSL 185º 0.78% 0.79% -
HSV(B) 185º 0.35% 0.95% -
XYZ 60.47 73.83 95.86 -
YUV 213.78 144.49 88.93 -
System Red Green Blue C M Y K H S L
Decimal 159 236 243 0.35 0.03 0 0.05 185 0.78 0.79
Hex 9F EC F3 23 3 0 5 B9 4E 4F
Octal 237 354 363 43 3 0 5 271 116 117
Binary 10011111 11101100 11110011 100011 11 0 101 10111001 1001110 1001111

Color Harmonies of #9FECF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FECF3

Black with #9FECF3

Text Example


Text Example

White with #9FECF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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