Html Css Color HEX #9DDFEB Blizzard Blue

📋 copy color: '#9DDFEB'

red 157 ◦ green 223 ◦ blue 235

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

Shades of Blizzard Blue #9DDFEB

Tints of Blizzard Blue #9DDFEB

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.26%

 BLUE value IS 235 (92.19% from 255) = 38.21%

R = 25.53%
G = 36.26%
B = 38.21%

CMYK

 C value IS 0.33

 M value IS 0.05

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9DDFEB (or 0x9DDFEB) is known color: Blizzard Blue. HEX triplet: 9D, DF and EB. RGB value is (157,223,235). Sum of RGB (Red+Green+Blue) = 157+223+235=615 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.53% from 615); Green value is 223 (87.5% from 255 or 36.26% from 615); Blue value is 235 (92.19% from 255 or 38.21% from 615); Max value from RGB is 235 - color contains mainly: blue. Hex color #9DDFEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DDFEB is #622014. Grayscale: #CCCCCC. Windows color (decimal): -6430741 or 15458205. OLE color: 15458205.

HSL color Cylindrical-coordinate representation of color #9DDFEB: hue angle of 189.23º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DDFEB is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 157 223 235 -
CMYK 0.33 0.05 0 0.08
HSL 189.23º 0.66% 0.77% -
HSV(B) 189.23º 0.33% 0.92% -
XYZ 55.29 65.94 88.41 -
YUV 204.63 145.13 94.02 -
System Red Green Blue C M Y K H S L
Decimal 157 223 235 0.33 0.05 0 0.08 189.23 0.66 0.77
Hex 9D DF EB 21 5 0 8 BD 42 4D
Octal 235 337 353 41 5 0 10 275 102 115
Binary 10011101 11011111 11101011 100001 101 0 1000 10111101 1000010 1001101

Color Harmonies of #9DDFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDFEB

Black with #9DDFEB

Text Example


Text Example

White with #9DDFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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