Html Css Color HEX #8DE6EF Blizzard Blue

📋 copy color: '#8DE6EF'

red 141 ◦ green 230 ◦ blue 239

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

Shades of Blizzard Blue #8DE6EF

Tints of Blizzard Blue #8DE6EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 39.18%

R = 23.11%
G = 37.7%
B = 39.18%

CMYK

 C value IS 0.41

 M value IS 0.04

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8DE6EF (or 0x8DE6EF) is known color: Blizzard Blue. HEX triplet: 8D, E6 and EF. RGB value is (141,230,239). Sum of RGB (Red+Green+Blue) = 141+230+239=610 (80% of max value = 765). Red value is 141 (55.47% from 255 or 23.11% from 610); Green value is 230 (90.23% from 255 or 37.70% from 610); Blue value is 239 (93.75% from 255 or 39.18% from 610); Max value from RGB is 239 - color contains mainly: blue. Hex color #8DE6EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DE6EF is #721910. Grayscale: #CCCCCC. Windows color (decimal): -7477521 or 15722125. OLE color: 15722125.

HSL color Cylindrical-coordinate representation of color #8DE6EF: hue angle of 185.51º 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 #8DE6EF is Cyan = 0.41, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 141 230 239 -
CMYK 0.41 0.04 0 0.06
HSL 185.51º 0.75% 0.75% -
HSV(B) 185.51º 0.41% 0.94% -
XYZ 54.86 68.49 91.99 -
YUV 204.42 147.51 82.77 -
System Red Green Blue C M Y K H S L
Decimal 141 230 239 0.41 0.04 0 0.06 185.51 0.75 0.75
Hex 8D E6 EF 29 4 0 6 BA 4B 4B
Octal 215 346 357 51 4 0 6 272 113 113
Binary 10001101 11100110 11101111 101001 100 0 110 10111010 1001011 1001011

Color Harmonies of #8DE6EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DE6EF

Black with #8DE6EF

Text Example


Text Example

White with #8DE6EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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