Html Css Color HEX #9FEDFC Blizzard Blue

📋 copy color: '#9FEDFC'

red 159 ◦ green 237 ◦ blue 252

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

Shades of Blizzard Blue #9FEDFC

Tints of Blizzard Blue #9FEDFC

RGB

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

 GREEN value IS 237 (92.97% from 255) = 36.57%

 BLUE value IS 252 (98.83% from 255) = 38.89%

R = 24.54%
G = 36.57%
B = 38.89%

CMYK

 C value IS 0.37

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9FEDFC (or 0x9FEDFC) is known color: Blizzard Blue. HEX triplet: 9F, ED and FC. RGB value is (159,237,252). Sum of RGB (Red+Green+Blue) = 159+237+252=648 (85% of max value = 765). Red value is 159 (62.5% from 255 or 24.54% from 648); Green value is 237 (92.97% from 255 or 36.57% from 648); Blue value is 252 (98.83% from 255 or 38.89% from 648); Max value from RGB is 252 - color contains mainly: blue. Hex color #9FEDFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FEDFC is #601203. Grayscale: #D7D7D7. Windows color (decimal): -6296068 or 16575903. OLE color: 16575903.

HSL color Cylindrical-coordinate representation of color #9FEDFC: hue angle of 189.68º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FEDFC is Cyan = 0.37, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 159 237 252 -
CMYK 0.37 0.06 0 0.01
HSL 189.68º 0.94% 0.81% -
HSV(B) 189.68º 0.37% 0.99% -
XYZ 62.15 74.97 103.29 -
YUV 215.39 148.66 87.78 -
System Red Green Blue C M Y K H S L
Decimal 159 237 252 0.37 0.06 0 0.01 189.68 0.94 0.81
Hex 9F ED FC 25 6 0 1 BE 5E 51
Octal 237 355 374 45 6 0 1 276 136 121
Binary 10011111 11101101 11111100 100101 110 0 1 10111110 1011110 1010001

Color Harmonies of #9FEDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FEDFC

Black with #9FEDFC

Text Example


Text Example

White with #9FEDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,237,252); }

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

background-color css

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

 a { background-color: rgb(159,237,252); }

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

border-color css

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

 span { border-color: rgb(159,237,252); }

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