Html Css Color HEX #8DEFE9 Blizzard Blue

📋 copy color: '#8DEFE9'

red 141 ◦ green 239 ◦ blue 233

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

Shades of Blizzard Blue #8DEFE9

Tints of Blizzard Blue #8DEFE9

RGB

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

 GREEN value IS 239 (93.75% from 255) = 38.99%

 BLUE value IS 233 (91.41% from 255) = 38.01%

R = 23%
G = 38.99%
B = 38.01%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#8DEFE9 (or 0x8DEFE9) is known color: Blizzard Blue. HEX triplet: 8D, EF and E9. RGB value is (141,239,233). Sum of RGB (Red+Green+Blue) = 141+239+233=613 (81% of max value = 765). Red value is 141 (55.47% from 255 or 23.00% from 613); Green value is 239 (93.75% from 255 or 38.99% from 613); Blue value is 233 (91.41% from 255 or 38.01% from 613); Max value from RGB is 239 - color contains mainly: green. Hex color #8DEFE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DEFE9 is #721016. Grayscale: #D0D0D0. Windows color (decimal): -7475223 or 15331213. OLE color: 15331213.

HSL color Cylindrical-coordinate representation of color #8DEFE9: hue angle of 176.33º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8DEFE9 is Cyan = 0.41, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB 141 239 233 -
CMYK 0.41 0 0.03 0.06
HSL 176.33º 0.75% 0.75% -
HSV(B) 176.33º 0.41% 0.94% -
XYZ 56.56 73.28 88.25 -
YUV 209.01 141.53 79.49 -
System Red Green Blue C M Y K H S L
Decimal 141 239 233 0.41 0 0.03 0.06 176.33 0.75 0.75
Hex 8D EF E9 29 0 3 6 B0 4B 4B
Octal 215 357 351 51 0 3 6 260 113 113
Binary 10001101 11101111 11101001 101001 0 11 110 10110000 1001011 1001011

Color Harmonies of #8DEFE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DEFE9

Black with #8DEFE9

Text Example


Text Example

White with #8DEFE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,239,233); }

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

background-color css

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

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

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

border-color css

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

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

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