Html Css Color HEX #8FECF6 Blizzard Blue

📋 copy color: '#8FECF6'

red 143 ◦ green 236 ◦ blue 246

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

Shades of Blizzard Blue #8FECF6

Tints of Blizzard Blue #8FECF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 39.36%

R = 22.88%
G = 37.76%
B = 39.36%

CMYK

 C value IS 0.42

 M value IS 0.04

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#8FECF6 (or 0x8FECF6) is known color: Blizzard Blue. HEX triplet: 8F, EC and F6. RGB value is (143,236,246). Sum of RGB (Red+Green+Blue) = 143+236+246=625 (82% of max value = 765). Red value is 143 (56.25% from 255 or 22.88% from 625); Green value is 236 (92.58% from 255 or 37.76% from 625); Blue value is 246 (96.48% from 255 or 39.36% from 625); Max value from RGB is 246 - color contains mainly: blue. Hex color #8FECF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FECF6 is #701309. Grayscale: #D1D1D1. Windows color (decimal): -7344906 or 16182415. OLE color: 16182415.

HSL color Cylindrical-coordinate representation of color #8FECF6: hue angle of 185.83º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8FECF6 is Cyan = 0.42, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 143 236 246 -
CMYK 0.42 0.04 0 0.04
HSL 185.83º 0.85% 0.76% -
HSV(B) 185.83º 0.42% 0.96% -
XYZ 57.96 72.48 98.12 -
YUV 209.33 148.69 80.69 -
System Red Green Blue C M Y K H S L
Decimal 143 236 246 0.42 0.04 0 0.04 185.83 0.85 0.76
Hex 8F EC F6 2A 4 0 4 BA 55 4C
Octal 217 354 366 52 4 0 4 272 125 114
Binary 10001111 11101100 11110110 101010 100 0 100 10111010 1010101 1001100

Color Harmonies of #8FECF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FECF6

Black with #8FECF6

Text Example


Text Example

White with #8FECF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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