Html Css Color HEX #8FECF1 Blizzard Blue

📋 copy color: '#8FECF1'

red 143 ◦ green 236 ◦ blue 241

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

Shades of Blizzard Blue #8FECF1

Tints of Blizzard Blue #8FECF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 38.87%

R = 23.06%
G = 38.06%
B = 38.87%

CMYK

 C value IS 0.41

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8FECF1 (or 0x8FECF1) is known color: Blizzard Blue. HEX triplet: 8F, EC and F1. RGB value is (143,236,241). Sum of RGB (Red+Green+Blue) = 143+236+241=620 (82% of max value = 765). Red value is 143 (56.25% from 255 or 23.06% from 620); Green value is 236 (92.58% from 255 or 38.06% from 620); Blue value is 241 (94.53% from 255 or 38.87% from 620); Max value from RGB is 241 - color contains mainly: blue. Hex color #8FECF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FECF1 is #70130E. Grayscale: #D0D0D0. Windows color (decimal): -7344911 or 15854735. OLE color: 15854735.

HSL color Cylindrical-coordinate representation of color #8FECF1: hue angle of 183.06º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8FECF1 is Cyan = 0.41, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 143 236 241 -
CMYK 0.41 0.02 0 0.05
HSL 183.06º 0.78% 0.75% -
HSV(B) 183.06º 0.41% 0.95% -
XYZ 57.2 72.18 94.14 -
YUV 208.76 146.19 81.09 -
System Red Green Blue C M Y K H S L
Decimal 143 236 241 0.41 0.02 0 0.05 183.06 0.78 0.75
Hex 8F EC F1 29 2 0 5 B7 4E 4B
Octal 217 354 361 51 2 0 5 267 116 113
Binary 10001111 11101100 11110001 101001 10 0 101 10110111 1001110 1001011

Color Harmonies of #8FECF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FECF1

Black with #8FECF1

Text Example


Text Example

White with #8FECF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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