Html Css Color HEX #9DE9FB Blizzard Blue

📋 copy color: '#9DE9FB'

red 157 ◦ green 233 ◦ blue 251

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

Shades of Blizzard Blue #9DE9FB

Tints of Blizzard Blue #9DE9FB

RGB

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

 GREEN value IS 233 (91.41% from 255) = 36.35%

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

R = 24.49%
G = 36.35%
B = 39.16%

CMYK

 C value IS 0.37

 M value IS 0.07

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9DE9FB (or 0x9DE9FB) is known color: Blizzard Blue. HEX triplet: 9D, E9 and FB. RGB value is (157,233,251). Sum of RGB (Red+Green+Blue) = 157+233+251=641 (84% of max value = 765). Red value is 157 (61.72% from 255 or 24.49% from 641); Green value is 233 (91.41% from 255 or 36.35% from 641); Blue value is 251 (98.44% from 255 or 39.16% from 641); Max value from RGB is 251 - color contains mainly: blue. Hex color #9DE9FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DE9FB is #621604. Grayscale: #D4D4D4. Windows color (decimal): -6428165 or 16509341. OLE color: 16509341.

HSL color Cylindrical-coordinate representation of color #9DE9FB: hue angle of 191.49º 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 #9DE9FB is Cyan = 0.37, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 157 233 251 -
CMYK 0.37 0.07 0 0.02
HSL 191.49º 0.92% 0.8% -
HSV(B) 191.49º 0.37% 0.98% -
XYZ 60.46 72.41 102.06 -
YUV 212.33 149.82 88.54 -
System Red Green Blue C M Y K H S L
Decimal 157 233 251 0.37 0.07 0 0.02 191.49 0.92 0.8
Hex 9D E9 FB 25 7 0 2 BF 5C 50
Octal 235 351 373 45 7 0 2 277 134 120
Binary 10011101 11101001 11111011 100101 111 0 10 10111111 1011100 1010000

Color Harmonies of #9DE9FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DE9FB

Black with #9DE9FB

Text Example


Text Example

White with #9DE9FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,233,251); }

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

background-color css

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

 a { background-color: rgb(157,233,251); }

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

border-color css

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

 span { border-color: rgb(157,233,251); }

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