Html Css Color HEX #8FE2EE Blizzard Blue

📋 copy color: '#8FE2EE'

red 143 ◦ green 226 ◦ blue 238

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

Shades of Blizzard Blue #8FE2EE

Tints of Blizzard Blue #8FE2EE

RGB

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

 GREEN value IS 226 (88.67% from 255) = 37.23%

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

R = 23.56%
G = 37.23%
B = 39.21%

CMYK

 C value IS 0.40

 M value IS 0.05

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8FE2EE (or 0x8FE2EE) is known color: Blizzard Blue. HEX triplet: 8F, E2 and EE. RGB value is (143,226,238). Sum of RGB (Red+Green+Blue) = 143+226+238=607 (80% of max value = 765). Red value is 143 (56.25% from 255 or 23.56% from 607); Green value is 226 (88.67% from 255 or 37.23% from 607); Blue value is 238 (93.36% from 255 or 39.21% from 607); Max value from RGB is 238 - color contains mainly: blue. Hex color #8FE2EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FE2EE is #701D11. Grayscale: #CACACA. Windows color (decimal): -7347474 or 15655567. OLE color: 15655567.

HSL color Cylindrical-coordinate representation of color #8FE2EE: hue angle of 187.58º 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 #8FE2EE is Cyan = 0.40, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 143 226 238 -
CMYK 0.40 0.05 0 0.07
HSL 187.58º 0.74% 0.75% -
HSV(B) 187.58º 0.4% 0.93% -
XYZ 53.96 66.41 90.86 -
YUV 202.55 148 85.52 -
System Red Green Blue C M Y K H S L
Decimal 143 226 238 0.40 0.05 0 0.07 187.58 0.74 0.75
Hex 8F E2 EE 28 5 0 7 BC 4A 4B
Octal 217 342 356 50 5 0 7 274 112 113
Binary 10001111 11100010 11101110 101000 101 0 111 10111100 1001010 1001011

Color Harmonies of #8FE2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FE2EE

Black with #8FE2EE

Text Example


Text Example

White with #8FE2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,226,238); }

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

background-color css

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

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

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

border-color css

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

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

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