Html Css Color HEX #8DEAE9 Blizzard Blue

📋 copy color: '#8DEAE9'

red 141 ◦ green 234 ◦ blue 233

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

Shades of Blizzard Blue #8DEAE9

Tints of Blizzard Blue #8DEAE9

RGB

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

 GREEN value IS 234 (91.8% from 255) = 38.49%

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

R = 23.19%
G = 38.49%
B = 38.32%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.00

 K value IS 0.08

RGB Variations

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

Color information

#8DEAE9 (or 0x8DEAE9) is known color: Blizzard Blue. HEX triplet: 8D, EA and E9. RGB value is (141,234,233). Sum of RGB (Red+Green+Blue) = 141+234+233=608 (80% of max value = 765). Red value is 141 (55.47% from 255 or 23.19% from 608); Green value is 234 (91.80% from 255 or 38.49% from 608); Blue value is 233 (91.41% from 255 or 38.32% from 608); Max value from RGB is 234 - color contains mainly: green. Hex color #8DEAE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DEAE9 is #721516. Grayscale: #CDCDCD. Windows color (decimal): -7476503 or 15329933. OLE color: 15329933.

HSL color Cylindrical-coordinate representation of color #8DEAE9: hue angle of 179.35º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DEAE9 is Cyan = 0.40, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.08.

Color convert

RGB 141 234 233 -
CMYK 0.40 0 0.00 0.08
HSL 179.35º 0.69% 0.74% -
HSV(B) 179.35º 0.4% 0.92% -
XYZ 55.12 70.39 87.77 -
YUV 206.08 143.19 81.58 -
System Red Green Blue C M Y K H S L
Decimal 141 234 233 0.40 0 0.00 0.08 179.35 0.69 0.74
Hex 8D EA E9 28 0 0 8 B3 45 4A
Octal 215 352 351 50 0 0 10 263 105 112
Binary 10001101 11101010 11101001 101000 0 0 1000 10110011 1000101 1001010

Color Harmonies of #8DEAE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DEAE9

Black with #8DEAE9

Text Example


Text Example

White with #8DEAE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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