Html Css Color HEX #9DEBED Blizzard Blue

📋 copy color: '#9DEBED'

red 157 ◦ green 235 ◦ blue 237

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

Shades of Blizzard Blue #9DEBED

Tints of Blizzard Blue #9DEBED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 37.68%

R = 24.96%
G = 37.36%
B = 37.68%

CMYK

 C value IS 0.34

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9DEBED (or 0x9DEBED) is known color: Blizzard Blue. HEX triplet: 9D, EB and ED. RGB value is (157,235,237). Sum of RGB (Red+Green+Blue) = 157+235+237=629 (83% of max value = 765). Red value is 157 (61.72% from 255 or 24.96% from 629); Green value is 235 (92.19% from 255 or 37.36% from 629); Blue value is 237 (92.97% from 255 or 37.68% from 629); Max value from RGB is 237 - color contains mainly: blue. Hex color #9DEBED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DEBED is #621412. Grayscale: #D3D3D3. Windows color (decimal): -6427667 or 15592349. OLE color: 15592349.

HSL color Cylindrical-coordinate representation of color #9DEBED: hue angle of 181.5º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DEBED is Cyan = 0.34, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 157 235 237 -
CMYK 0.34 0.01 0 0.07
HSL 181.5º 0.69% 0.77% -
HSV(B) 181.5º 0.34% 0.93% -
XYZ 58.9 72.7 91.05 -
YUV 211.91 142.16 88.84 -
System Red Green Blue C M Y K H S L
Decimal 157 235 237 0.34 0.01 0 0.07 181.5 0.69 0.77
Hex 9D EB ED 22 1 0 7 B6 45 4D
Octal 235 353 355 42 1 0 7 266 105 115
Binary 10011101 11101011 11101101 100010 1 0 111 10110110 1000101 1001101

Color Harmonies of #9DEBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DEBED

Black with #9DEBED

Text Example


Text Example

White with #9DEBED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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