Html Css Color HEX #9DEBE7 Blizzard Blue

📋 copy color: '#9DEBE7'

red 157 ◦ green 235 ◦ blue 231

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

Shades of Blizzard Blue #9DEBE7

Tints of Blizzard Blue #9DEBE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 37.08%

R = 25.2%
G = 37.72%
B = 37.08%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#9DEBE7 (or 0x9DEBE7) is known color: Blizzard Blue. HEX triplet: 9D, EB and E7. RGB value is (157,235,231). Sum of RGB (Red+Green+Blue) = 157+235+231=623 (82% of max value = 765). Red value is 157 (61.72% from 255 or 25.20% from 623); Green value is 235 (92.19% from 255 or 37.72% from 623); Blue value is 231 (90.62% from 255 or 37.08% from 623); Max value from RGB is 235 - color contains mainly: green. Hex color #9DEBE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DEBE7 is #621418. Grayscale: #D3D3D3. Windows color (decimal): -6427673 or 15199133. OLE color: 15199133.

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

Color convert

RGB 157 235 231 -
CMYK 0.33 0 0.02 0.08
HSL 176.92º 0.66% 0.77% -
HSV(B) 176.92º 0.33% 0.92% -
XYZ 58.04 72.35 86.51 -
YUV 211.22 139.16 89.33 -
System Red Green Blue C M Y K H S L
Decimal 157 235 231 0.33 0 0.02 0.08 176.92 0.66 0.77
Hex 9D EB E7 21 0 2 8 B1 42 4D
Octal 235 353 347 41 0 2 10 261 102 115
Binary 10011101 11101011 11100111 100001 0 10 1000 10110001 1000010 1001101

Color Harmonies of #9DEBE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DEBE7

Black with #9DEBE7

Text Example


Text Example

White with #9DEBE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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