Html Css Color HEX #9DEEEE Blizzard Blue

📋 copy color: '#9DEEEE'

red 157 ◦ green 238 ◦ blue 238

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

Shades of Blizzard Blue #9DEEEE

Tints of Blizzard Blue #9DEEEE

RGB

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

 GREEN value IS 238 (93.36% from 255) = 37.6%

 BLUE value IS 238 (93.36% from 255) = 37.6%

R = 24.8%
G = 37.6%
B = 37.6%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9DEEEE (or 0x9DEEEE) is known color: Blizzard Blue. HEX triplet: 9D, EE and EE. RGB value is (157,238,238). Sum of RGB (Red+Green+Blue) = 157+238+238=633 (83% of max value = 765). Red value is 157 (61.72% from 255 or 24.80% from 633); Green value is 238 (93.36% from 255 or 37.60% from 633); Blue value is 238 (93.36% from 255 or 37.60% from 633); Max value from RGB is 238 - color contains mainly: green, blue. Hex color #9DEEEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DEEEE is #621111. Grayscale: #D5D5D5. Windows color (decimal): -6426898 or 15658653. OLE color: 15658653.

HSL color Cylindrical-coordinate representation of color #9DEEEE: hue angle of 180º degrees, saturation: 0.7, 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 #9DEEEE is Cyan = 0.34, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 157 238 238 -
CMYK 0.34 0 0 0.07
HSL 180º 0.7% 0.77% -
HSV(B) 180º 0.34% 0.93% -
XYZ 59.91 74.49 92.11 -
YUV 213.78 141.66 87.5 -
System Red Green Blue C M Y K H S L
Decimal 157 238 238 0.34 0 0 0.07 180 0.7 0.77
Hex 9D EE EE 22 0 0 7 B4 46 4D
Octal 235 356 356 42 0 0 7 264 106 115
Binary 10011101 11101110 11101110 100010 0 0 111 10110100 1000110 1001101

Color Harmonies of #9DEEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DEEEE

Black with #9DEEEE

Text Example


Text Example

White with #9DEEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,238,238); }

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

background-color css

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

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

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

border-color css

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

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

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