Html Css Color HEX #8FE1EA Blizzard Blue

📋 copy color: '#8FE1EA'

red 143 ◦ green 225 ◦ blue 234

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

Shades of Blizzard Blue #8FE1EA

Tints of Blizzard Blue #8FE1EA

RGB

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

 GREEN value IS 225 (88.28% from 255) = 37.38%

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

R = 23.75%
G = 37.38%
B = 38.87%

CMYK

 C value IS 0.39

 M value IS 0.04

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8FE1EA (or 0x8FE1EA) is known color: Blizzard Blue. HEX triplet: 8F, E1 and EA. RGB value is (143,225,234). Sum of RGB (Red+Green+Blue) = 143+225+234=602 (79% of max value = 765). Red value is 143 (56.25% from 255 or 23.75% from 602); Green value is 225 (88.28% from 255 or 37.38% from 602); Blue value is 234 (91.80% from 255 or 38.87% from 602); Max value from RGB is 234 - color contains mainly: blue. Hex color #8FE1EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FE1EA is #701E15. Grayscale: #C9C9C9. Windows color (decimal): -7347734 or 15393167. OLE color: 15393167.

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

Color convert

RGB 143 225 234 -
CMYK 0.39 0.04 0 0.08
HSL 185.93º 0.68% 0.74% -
HSV(B) 185.93º 0.39% 0.92% -
XYZ 53.1 65.63 87.71 -
YUV 201.51 146.33 86.27 -
System Red Green Blue C M Y K H S L
Decimal 143 225 234 0.39 0.04 0 0.08 185.93 0.68 0.74
Hex 8F E1 EA 27 4 0 8 BA 44 4A
Octal 217 341 352 47 4 0 10 272 104 112
Binary 10001111 11100001 11101010 100111 100 0 1000 10111010 1000100 1001010

Color Harmonies of #8FE1EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FE1EA

Black with #8FE1EA

Text Example


Text Example

White with #8FE1EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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