Html Css Color HEX #9DEBFA Blizzard Blue

📋 copy color: '#9DEBFA'

red 157 ◦ green 235 ◦ blue 250

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

Shades of Blizzard Blue #9DEBFA

Tints of Blizzard Blue #9DEBFA

RGB

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

 GREEN value IS 235 (92.19% from 255) = 36.6%

 BLUE value IS 250 (98.05% from 255) = 38.94%

R = 24.45%
G = 36.6%
B = 38.94%

CMYK

 C value IS 0.37

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9DEBFA (or 0x9DEBFA) is known color: Blizzard Blue. HEX triplet: 9D, EB and FA. RGB value is (157,235,250). Sum of RGB (Red+Green+Blue) = 157+235+250=642 (85% of max value = 765). Red value is 157 (61.72% from 255 or 24.45% from 642); Green value is 235 (92.19% from 255 or 36.60% from 642); Blue value is 250 (98.05% from 255 or 38.94% from 642); Max value from RGB is 250 - color contains mainly: blue. Hex color #9DEBFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DEBFA is #621405. Grayscale: #D5D5D5. Windows color (decimal): -6427654 or 16444317. OLE color: 16444317.

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

Color convert

RGB 157 235 250 -
CMYK 0.37 0.06 0 0.02
HSL 189.68º 0.9% 0.8% -
HSV(B) 189.68º 0.37% 0.98% -
XYZ 60.87 73.49 101.42 -
YUV 213.39 148.66 87.78 -
System Red Green Blue C M Y K H S L
Decimal 157 235 250 0.37 0.06 0 0.02 189.68 0.9 0.8
Hex 9D EB FA 25 6 0 2 BE 5A 50
Octal 235 353 372 45 6 0 2 276 132 120
Binary 10011101 11101011 11111010 100101 110 0 10 10111110 1011010 1010000

Color Harmonies of #9DEBFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DEBFA

Black with #9DEBFA

Text Example


Text Example

White with #9DEBFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,235,250); }

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

background-color css

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

 a { background-color: rgb(157,235,250); }

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

border-color css

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

 span { border-color: rgb(157,235,250); }

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