Html Css Color HEX #9DF1FE Blizzard Blue

📋 copy color: '#9DF1FE'

red 157 ◦ green 241 ◦ blue 254

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

Shades of Blizzard Blue #9DF1FE

Tints of Blizzard Blue #9DF1FE

RGB

 RED value IS 157 (61.72% from 255) = 24.08%

 GREEN value IS 241 (94.53% from 255) = 36.96%

 BLUE value IS 254 (99.61% from 255) = 38.96%

R = 24.08%
G = 36.96%
B = 38.96%

CMYK

 C value IS 0.38

 M value IS 0.05

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9DF1FE (or 0x9DF1FE) is known color: Blizzard Blue. HEX triplet: 9D, F1 and FE. RGB value is (157,241,254). Sum of RGB (Red+Green+Blue) = 157+241+254=652 (86% of max value = 765). Red value is 157 (61.72% from 255 or 24.08% from 652); Green value is 241 (94.53% from 255 or 36.96% from 652); Blue value is 254 (99.61% from 255 or 38.96% from 652); Max value from RGB is 254 - color contains mainly: blue. Hex color #9DF1FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DF1FE is #620E01. Grayscale: #D9D9D9. Windows color (decimal): -6426114 or 16707997. OLE color: 16707997.

HSL color Cylindrical-coordinate representation of color #9DF1FE: hue angle of 188.04º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DF1FE is Cyan = 0.38, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 157 241 254 -
CMYK 0.38 0.05 0 0.00
HSL 188.04º 0.98% 0.81% -
HSV(B) 188.04º 0.38% 1% -
XYZ 63.25 77.23 105.34 -
YUV 217.37 148.67 84.94 -
System Red Green Blue C M Y K H S L
Decimal 157 241 254 0.38 0.05 0 0.00 188.04 0.98 0.81
Hex 9D F1 FE 26 5 0 0 BC 62 51
Octal 235 361 376 46 5 0 0 274 142 121
Binary 10011101 11110001 11111110 100110 101 0 0 10111100 1100010 1010001

Color Harmonies of #9DF1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DF1FE

Black with #9DF1FE

Text Example


Text Example

White with #9DF1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,241,254); }

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

background-color css

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

 a { background-color: rgb(157,241,254); }

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

border-color css

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

 span { border-color: rgb(157,241,254); }

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