Html Css Color HEX #8DEAE7 Blizzard Blue

📋 copy color: '#8DEAE7'

red 141 ◦ green 234 ◦ blue 231

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

Shades of Blizzard Blue #8DEAE7

Tints of Blizzard Blue #8DEAE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 38.12%

R = 23.27%
G = 38.61%
B = 38.12%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.01

 K value IS 0.08

RGB Variations

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

Color information

#8DEAE7 (or 0x8DEAE7) is known color: Blizzard Blue. HEX triplet: 8D, EA and E7. RGB value is (141,234,231). Sum of RGB (Red+Green+Blue) = 141+234+231=606 (80% of max value = 765). Red value is 141 (55.47% from 255 or 23.27% from 606); Green value is 234 (91.80% from 255 or 38.61% from 606); Blue value is 231 (90.62% from 255 or 38.12% from 606); Max value from RGB is 234 - color contains mainly: green. Hex color #8DEAE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DEAE7 is #721518. Grayscale: #CDCDCD. Windows color (decimal): -7476505 or 15198861. OLE color: 15198861.

HSL color Cylindrical-coordinate representation of color #8DEAE7: hue angle of 178.06º 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 #8DEAE7 is Cyan = 0.40, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB 141 234 231 -
CMYK 0.40 0 0.01 0.08
HSL 178.06º 0.69% 0.74% -
HSV(B) 178.06º 0.4% 0.92% -
XYZ 54.83 70.28 86.28 -
YUV 205.85 142.19 81.74 -
System Red Green Blue C M Y K H S L
Decimal 141 234 231 0.40 0 0.01 0.08 178.06 0.69 0.74
Hex 8D EA E7 28 0 1 8 B2 45 4A
Octal 215 352 347 50 0 1 10 262 105 112
Binary 10001101 11101010 11100111 101000 0 1 1000 10110010 1000101 1001010

Color Harmonies of #8DEAE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DEAE7

Black with #8DEAE7

Text Example


Text Example

White with #8DEAE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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