Html Css Color HEX #8FE5EA Blizzard Blue

📋 copy color: '#8FE5EA'

red 143 ◦ green 229 ◦ blue 234

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

Shades of Blizzard Blue #8FE5EA

Tints of Blizzard Blue #8FE5EA

RGB

 RED value IS 143 (56.25% from 255) = 23.6%

 GREEN value IS 229 (89.84% from 255) = 37.79%

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

R = 23.6%
G = 37.79%
B = 38.61%

CMYK

 C value IS 0.39

 M value IS 0.02

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8FE5EA (or 0x8FE5EA) is known color: Blizzard Blue. HEX triplet: 8F, E5 and EA. RGB value is (143,229,234). Sum of RGB (Red+Green+Blue) = 143+229+234=606 (80% of max value = 765). Red value is 143 (56.25% from 255 or 23.60% from 606); Green value is 229 (89.84% from 255 or 37.79% from 606); Blue value is 234 (91.80% from 255 or 38.61% from 606); Max value from RGB is 234 - color contains mainly: blue. Hex color #8FE5EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FE5EA is #701A15. Grayscale: #CBCBCB. Windows color (decimal): -7346710 or 15394191. OLE color: 15394191.

HSL color Cylindrical-coordinate representation of color #8FE5EA: hue angle of 183.3º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8FE5EA is Cyan = 0.39, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 143 229 234 -
CMYK 0.39 0.02 0 0.08
HSL 183.3º 0.68% 0.74% -
HSV(B) 183.3º 0.39% 0.92% -
XYZ 54.2 67.82 88.08 -
YUV 203.86 145.01 84.59 -
System Red Green Blue C M Y K H S L
Decimal 143 229 234 0.39 0.02 0 0.08 183.3 0.68 0.74
Hex 8F E5 EA 27 2 0 8 B7 44 4A
Octal 217 345 352 47 2 0 10 267 104 112
Binary 10001111 11100101 11101010 100111 10 0 1000 10110111 1000100 1001010

Color Harmonies of #8FE5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FE5EA

Black with #8FE5EA

Text Example


Text Example

White with #8FE5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,229,234); }

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

background-color css

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

 a { background-color: rgb(143,229,234); }

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

border-color css

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

 span { border-color: rgb(143,229,234); }

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