Html Css Color HEX #8DEDEE Blizzard Blue

📋 copy color: '#8DEDEE'

red 141 ◦ green 237 ◦ blue 238

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

Shades of Blizzard Blue #8DEDEE

Tints of Blizzard Blue #8DEDEE

RGB

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

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

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

R = 22.89%
G = 38.47%
B = 38.64%

CMYK

 C value IS 0.41

 M value IS 0.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8DEDEE (or 0x8DEDEE) is known color: Blizzard Blue. HEX triplet: 8D, ED and EE. RGB value is (141,237,238). Sum of RGB (Red+Green+Blue) = 141+237+238=616 (81% of max value = 765). Red value is 141 (55.47% from 255 or 22.89% from 616); Green value is 237 (92.97% from 255 or 38.47% from 616); Blue value is 238 (93.36% from 255 or 38.64% from 616); Max value from RGB is 238 - color contains mainly: blue. Hex color #8DEDEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DEDEE is #721211. Grayscale: #D0D0D0. Windows color (decimal): -7475730 or 15658381. OLE color: 15658381.

HSL color Cylindrical-coordinate representation of color #8DEDEE: hue angle of 180.62º degrees, saturation: 0.74, 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 #8DEDEE is Cyan = 0.41, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 141 237 238 -
CMYK 0.41 0.00 0 0.07
HSL 180.62º 0.74% 0.74% -
HSV(B) 180.62º 0.41% 0.93% -
XYZ 56.7 72.4 91.88 -
YUV 208.41 144.7 79.92 -
System Red Green Blue C M Y K H S L
Decimal 141 237 238 0.41 0.00 0 0.07 180.62 0.74 0.74
Hex 8D ED EE 29 0 0 7 B5 4A 4A
Octal 215 355 356 51 0 0 7 265 112 112
Binary 10001101 11101101 11101110 101001 0 0 111 10110101 1001010 1001010

Color Harmonies of #8DEDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DEDEE

Black with #8DEDEE

Text Example


Text Example

White with #8DEDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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