Html Css Color HEX #9DDCF1 Blizzard Blue

📋 copy color: '#9DDCF1'

red 157 ◦ green 220 ◦ blue 241

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

Shades of Blizzard Blue #9DDCF1

Tints of Blizzard Blue #9DDCF1

RGB

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

 GREEN value IS 220 (86.33% from 255) = 35.6%

 BLUE value IS 241 (94.53% from 255) = 39%

R = 25.4%
G = 35.6%
B = 39%

CMYK

 C value IS 0.35

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9DDCF1 (or 0x9DDCF1) is known color: Blizzard Blue. HEX triplet: 9D, DC and F1. RGB value is (157,220,241). Sum of RGB (Red+Green+Blue) = 157+220+241=618 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.40% from 618); Green value is 220 (86.33% from 255 or 35.60% from 618); Blue value is 241 (94.53% from 255 or 39.00% from 618); Max value from RGB is 241 - color contains mainly: blue. Hex color #9DDCF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DDCF1 is #62230E. Grayscale: #CBCBCB. Windows color (decimal): -6431503 or 15850653. OLE color: 15850653.

HSL color Cylindrical-coordinate representation of color #9DDCF1: hue angle of 195º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9DDCF1 is Cyan = 0.35, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 157 220 241 -
CMYK 0.35 0.09 0 0.05
HSL 195º 0.75% 0.78% -
HSV(B) 195º 0.35% 0.95% -
XYZ 55.38 64.71 92.79 -
YUV 203.56 149.13 94.79 -
System Red Green Blue C M Y K H S L
Decimal 157 220 241 0.35 0.09 0 0.05 195 0.75 0.78
Hex 9D DC F1 23 9 0 5 C3 4B 4E
Octal 235 334 361 43 11 0 5 303 113 116
Binary 10011101 11011100 11110001 100011 1001 0 101 11000011 1001011 1001110

Color Harmonies of #9DDCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDCF1

Black with #9DDCF1

Text Example


Text Example

White with #9DDCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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