Html Css Color HEX #8FECE2 Blizzard Blue

📋 copy color: '#8FECE2'

red 143 ◦ green 236 ◦ blue 226

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

Shades of Blizzard Blue #8FECE2

Tints of Blizzard Blue #8FECE2

RGB

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

 GREEN value IS 236 (92.58% from 255) = 39.01%

 BLUE value IS 226 (88.67% from 255) = 37.36%

R = 23.64%
G = 39.01%
B = 37.36%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#8FECE2 (or 0x8FECE2) is known color: Blizzard Blue. HEX triplet: 8F, EC and E2. RGB value is (143,236,226). Sum of RGB (Red+Green+Blue) = 143+236+226=605 (80% of max value = 765). Red value is 143 (56.25% from 255 or 23.64% from 605); Green value is 236 (92.58% from 255 or 39.01% from 605); Blue value is 226 (88.67% from 255 or 37.36% from 605); Max value from RGB is 236 - color contains mainly: green. Hex color #8FECE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FECE2 is #70131D. Grayscale: #CFCFCF. Windows color (decimal): -7344926 or 14871695. OLE color: 14871695.

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

Color convert

RGB 143 236 226 -
CMYK 0.39 0 0.04 0.07
HSL 173.55º 0.71% 0.74% -
HSV(B) 173.55º 0.39% 0.93% -
XYZ 55.05 71.32 82.82 -
YUV 207.05 138.69 82.31 -
System Red Green Blue C M Y K H S L
Decimal 143 236 226 0.39 0 0.04 0.07 173.55 0.71 0.74
Hex 8F EC E2 27 0 4 7 AE 47 4A
Octal 217 354 342 47 0 4 7 256 107 112
Binary 10001111 11101100 11100010 100111 0 100 111 10101110 1000111 1001010

Color Harmonies of #8FECE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FECE2

Black with #8FECE2

Text Example


Text Example

White with #8FECE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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