Html Css Color HEX #8DEDED Blizzard Blue

📋 copy color: '#8DEDED'

red 141 ◦ green 237 ◦ blue 237

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

Shades of Blizzard Blue #8DEDED

Tints of Blizzard Blue #8DEDED

RGB

 RED value IS 141 (55.47% from 255) = 22.93%

 GREEN value IS 237 (92.97% from 255) = 38.54%

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

R = 22.93%
G = 38.54%
B = 38.54%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8DEDED (or 0x8DEDED) is known color: Blizzard Blue. HEX triplet: 8D, ED and ED. RGB value is (141,237,237). Sum of RGB (Red+Green+Blue) = 141+237+237=615 (81% of max value = 765). Red value is 141 (55.47% from 255 or 22.93% from 615); Green value is 237 (92.97% from 255 or 38.54% from 615); Blue value is 237 (92.97% from 255 or 38.54% from 615); Max value from RGB is 237 - color contains mainly: green, blue. Hex color #8DEDED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DEDED is #721212. Grayscale: #D0D0D0. Windows color (decimal): -7475731 or 15592845. OLE color: 15592845.

HSL color Cylindrical-coordinate representation of color #8DEDED: hue angle of 180º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8DEDED is Cyan = 0.41, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 141 237 237 -
CMYK 0.41 0 0 0.07
HSL 180º 0.73% 0.74% -
HSV(B) 180º 0.41% 0.93% -
XYZ 56.55 72.35 91.1 -
YUV 208.3 144.2 80 -
System Red Green Blue C M Y K H S L
Decimal 141 237 237 0.41 0 0 0.07 180 0.73 0.74
Hex 8D ED ED 29 0 0 7 B4 49 4A
Octal 215 355 355 51 0 0 7 264 111 112
Binary 10001101 11101101 11101101 101001 0 0 111 10110100 1001001 1001010

Color Harmonies of #8DEDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DEDED

Black with #8DEDED

Text Example


Text Example

White with #8DEDED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8DEDED; }

 p { color: rgb(141,237,237); }

 H1.HeaderClassName
 {
   color: #8DEDED;
 }
 .AnyTagClassName
 {
   color: #8DEDED;
 }
</style>

background-color css

<style>
 a { background-color: #8DEDED; }

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

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

border-color css

<style>
 span { border-color: #8DEDED; }

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

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