Html Css Color HEX #8DE9EE Blizzard Blue

📋 copy color: '#8DE9EE'

red 141 ◦ green 233 ◦ blue 238

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

Shades of Blizzard Blue #8DE9EE

Tints of Blizzard Blue #8DE9EE

RGB

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

 GREEN value IS 233 (91.41% from 255) = 38.07%

 BLUE value IS 238 (93.36% from 255) = 38.89%

R = 23.04%
G = 38.07%
B = 38.89%

CMYK

 C value IS 0.41

 M value IS 0.02

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8DE9EE (or 0x8DE9EE) is known color: Blizzard Blue. HEX triplet: 8D, E9 and EE. RGB value is (141,233,238). Sum of RGB (Red+Green+Blue) = 141+233+238=612 (81% of max value = 765). Red value is 141 (55.47% from 255 or 23.04% from 612); Green value is 233 (91.41% from 255 or 38.07% from 612); Blue value is 238 (93.36% from 255 or 38.89% from 612); Max value from RGB is 238 - color contains mainly: blue. Hex color #8DE9EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DE9EE is #721611. Grayscale: #CDCDCD. Windows color (decimal): -7476754 or 15657357. OLE color: 15657357.

HSL color Cylindrical-coordinate representation of color #8DE9EE: hue angle of 183.09º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8DE9EE is Cyan = 0.41, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 141 233 238 -
CMYK 0.41 0.02 0 0.07
HSL 183.09º 0.74% 0.74% -
HSV(B) 183.09º 0.41% 0.93% -
XYZ 55.56 70.11 91.49 -
YUV 206.06 146.02 81.59 -
System Red Green Blue C M Y K H S L
Decimal 141 233 238 0.41 0.02 0 0.07 183.09 0.74 0.74
Hex 8D E9 EE 29 2 0 7 B7 4A 4A
Octal 215 351 356 51 2 0 7 267 112 112
Binary 10001101 11101001 11101110 101001 10 0 111 10110111 1001010 1001010

Color Harmonies of #8DE9EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DE9EE

Black with #8DE9EE

Text Example


Text Example

White with #8DE9EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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