Html Css Color HEX #8DE6EA Blizzard Blue

📋 copy color: '#8DE6EA'

red 141 ◦ green 230 ◦ blue 234

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

Shades of Blizzard Blue #8DE6EA

Tints of Blizzard Blue #8DE6EA

RGB

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

 GREEN value IS 230 (90.23% from 255) = 38.02%

 BLUE value IS 234 (91.8% from 255) = 38.68%

R = 23.31%
G = 38.02%
B = 38.68%

CMYK

 C value IS 0.40

 M value IS 0.02

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8DE6EA (or 0x8DE6EA) is known color: Blizzard Blue. HEX triplet: 8D, E6 and EA. RGB value is (141,230,234). Sum of RGB (Red+Green+Blue) = 141+230+234=605 (80% of max value = 765). Red value is 141 (55.47% from 255 or 23.31% from 605); Green value is 230 (90.23% from 255 or 38.02% from 605); Blue value is 234 (91.80% from 255 or 38.68% from 605); Max value from RGB is 234 - color contains mainly: blue. Hex color #8DE6EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DE6EA is #721915. Grayscale: #CBCBCB. Windows color (decimal): -7477526 or 15394445. OLE color: 15394445.

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

Color convert

RGB 141 230 234 -
CMYK 0.40 0.02 0 0.08
HSL 182.58º 0.69% 0.74% -
HSV(B) 182.58º 0.4% 0.92% -
XYZ 54.13 68.2 88.15 -
YUV 203.85 145.01 83.17 -
System Red Green Blue C M Y K H S L
Decimal 141 230 234 0.40 0.02 0 0.08 182.58 0.69 0.74
Hex 8D E6 EA 28 2 0 8 B7 45 4A
Octal 215 346 352 50 2 0 10 267 105 112
Binary 10001101 11100110 11101010 101000 10 0 1000 10110111 1000101 1001010

Color Harmonies of #8DE6EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DE6EA

Black with #8DE6EA

Text Example


Text Example

White with #8DE6EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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