Html Css Color HEX #9DF2FF Blizzard Blue

📋 copy color: '#9DF2FF'

red 157 ◦ green 242 ◦ blue 255

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

Shades of Blizzard Blue #9DF2FF

Tints of Blizzard Blue #9DF2FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 38.99%

R = 24.01%
G = 37%
B = 38.99%

CMYK

 C value IS 0.38

 M value IS 0.05

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9DF2FF (or 0x9DF2FF) is known color: Blizzard Blue. HEX triplet: 9D, F2 and FF. RGB value is (157,242,255). Sum of RGB (Red+Green+Blue) = 157+242+255=654 (86% of max value = 765). Red value is 157 (61.72% from 255 or 24.01% from 654); Green value is 242 (94.92% from 255 or 37.00% from 654); Blue value is 255 (100% from 255 or 38.99% from 654); Max value from RGB is 255 - color contains mainly: blue. Hex color #9DF2FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DF2FF is #620D00. Grayscale: #D9D9D9. Windows color (decimal): -6425857 or 16773789. OLE color: 16773789.

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

Color convert

RGB 157 242 255 -
CMYK 0.38 0.05 0 0
HSL 187.96º 1% 0.81% -
HSV(B) 187.96º 0.38% 1% -
XYZ 63.71 77.89 106.28 -
YUV 218.07 148.84 84.44 -
System Red Green Blue C M Y K H S L
Decimal 157 242 255 0.38 0.05 0 0 187.96 1 0.81
Hex 9D F2 FF 26 5 0 0 BC 64 51
Octal 235 362 377 46 5 0 0 274 144 121
Binary 10011101 11110010 11111111 100110 101 0 0 10111100 1100100 1010001

Color Harmonies of #9DF2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DF2FF

Black with #9DF2FF

Text Example


Text Example

White with #9DF2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,242,255); }

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

background-color css

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

 a { background-color: rgb(157,242,255); }

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

border-color css

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

 span { border-color: rgb(157,242,255); }

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