Html Css Color HEX #8FECF2 Blizzard Blue

📋 copy color: '#8FECF2'

red 143 ◦ green 236 ◦ blue 242

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

Shades of Blizzard Blue #8FECF2

Tints of Blizzard Blue #8FECF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 38.97%

R = 23.03%
G = 38%
B = 38.97%

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

#8FECF2 (or 0x8FECF2) is known color: Blizzard Blue. HEX triplet: 8F, EC and F2. RGB value is (143,236,242). Sum of RGB (Red+Green+Blue) = 143+236+242=621 (82% of max value = 765). Red value is 143 (56.25% from 255 or 23.03% from 621); Green value is 236 (92.58% from 255 or 38.00% from 621); Blue value is 242 (94.92% from 255 or 38.97% from 621); Max value from RGB is 242 - color contains mainly: blue. Hex color #8FECF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FECF2 is #70130D. Grayscale: #D0D0D0. Windows color (decimal): -7344910 or 15920271. OLE color: 15920271.

HSL color Cylindrical-coordinate representation of color #8FECF2: hue angle of 183.64º degrees, saturation: 0.79, 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 #8FECF2 is Cyan = 0.41, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 143 236 242 -
CMYK 0.41 0.02 0 0.05
HSL 183.64º 0.79% 0.75% -
HSV(B) 183.64º 0.41% 0.95% -
XYZ 57.35 72.24 94.93 -
YUV 208.88 146.69 81.01 -
System Red Green Blue C M Y K H S L
Decimal 143 236 242 0.41 0.02 0 0.05 183.64 0.79 0.75
Hex 8F EC F2 29 2 0 5 B8 4F 4B
Octal 217 354 362 51 2 0 5 270 117 113
Binary 10001111 11101100 11110010 101001 10 0 101 10111000 1001111 1001011

Color Harmonies of #8FECF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FECF2

Black with #8FECF2

Text Example


Text Example

White with #8FECF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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