Html Css Color HEX #9EF2FB Blizzard Blue

📋 copy color: '#9EF2FB'

red 158 ◦ green 242 ◦ blue 251

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

Shades of Blizzard Blue #9EF2FB

Tints of Blizzard Blue #9EF2FB

RGB

 RED value IS 158 (62.11% from 255) = 24.27%

 GREEN value IS 242 (94.92% from 255) = 37.17%

 BLUE value IS 251 (98.44% from 255) = 38.56%

R = 24.27%
G = 37.17%
B = 38.56%

CMYK

 C value IS 0.37

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9EF2FB (or 0x9EF2FB) is known color: Blizzard Blue. HEX triplet: 9E, F2 and FB. RGB value is (158,242,251). Sum of RGB (Red+Green+Blue) = 158+242+251=651 (86% of max value = 765). Red value is 158 (62.11% from 255 or 24.27% from 651); Green value is 242 (94.92% from 255 or 37.17% from 651); Blue value is 251 (98.44% from 255 or 38.56% from 651); Max value from RGB is 251 - color contains mainly: blue. Hex color #9EF2FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EF2FB is #610D04. Grayscale: #D9D9D9. Windows color (decimal): -6360325 or 16511646. OLE color: 16511646.

HSL color Cylindrical-coordinate representation of color #9EF2FB: hue angle of 185.81º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9EF2FB is Cyan = 0.37, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 158 242 251 -
CMYK 0.37 0.04 0 0.02
HSL 185.81º 0.92% 0.8% -
HSV(B) 185.81º 0.37% 0.98% -
XYZ 63.27 77.74 102.94 -
YUV 217.91 146.67 85.27 -
System Red Green Blue C M Y K H S L
Decimal 158 242 251 0.37 0.04 0 0.02 185.81 0.92 0.8
Hex 9E F2 FB 25 4 0 2 BA 5C 50
Octal 236 362 373 45 4 0 2 272 134 120
Binary 10011110 11110010 11111011 100101 100 0 10 10111010 1011100 1010000

Color Harmonies of #9EF2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EF2FB

Black with #9EF2FB

Text Example


Text Example

White with #9EF2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,242,251); }

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

background-color css

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

 a { background-color: rgb(158,242,251); }

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

border-color css

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

 span { border-color: rgb(158,242,251); }

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