Html Css Color HEX #8EEEEE Blizzard Blue

📋 copy color: '#8EEEEE'

red 142 ◦ green 238 ◦ blue 238

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

Shades of Blizzard Blue #8EEEEE

Tints of Blizzard Blue #8EEEEE

RGB

 RED value IS 142 (55.86% from 255) = 22.98%

 GREEN value IS 238 (93.36% from 255) = 38.51%

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

R = 22.98%
G = 38.51%
B = 38.51%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8EEEEE (or 0x8EEEEE) is known color: Blizzard Blue. HEX triplet: 8E, EE and EE. RGB value is (142,238,238). Sum of RGB (Red+Green+Blue) = 142+238+238=618 (81% of max value = 765). Red value is 142 (55.86% from 255 or 22.98% from 618); Green value is 238 (93.36% from 255 or 38.51% from 618); Blue value is 238 (93.36% from 255 or 38.51% from 618); Max value from RGB is 238 - color contains mainly: green, blue. Hex color #8EEEEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EEEEE is #711111. Grayscale: #D1D1D1. Windows color (decimal): -7409938 or 15658638. OLE color: 15658638.

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

Color convert

RGB 142 238 238 -
CMYK 0.40 0 0 0.07
HSL 180º 0.74% 0.75% -
HSV(B) 180º 0.4% 0.93% -
XYZ 57.16 73.07 91.98 -
YUV 209.3 144.2 80 -
System Red Green Blue C M Y K H S L
Decimal 142 238 238 0.40 0 0 0.07 180 0.74 0.75
Hex 8E EE EE 28 0 0 7 B4 4A 4B
Octal 216 356 356 50 0 0 7 264 112 113
Binary 10001110 11101110 11101110 101000 0 0 111 10110100 1001010 1001011

Color Harmonies of #8EEEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EEEEE

Black with #8EEEEE

Text Example


Text Example

White with #8EEEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,238,238); }

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

background-color css

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

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

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

border-color css

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

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

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