Html Css Color HEX #8FEFEC Blizzard Blue

📋 copy color: '#8FEFEC'

red 143 ◦ green 239 ◦ blue 236

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

Shades of Blizzard Blue #8FEFEC

Tints of Blizzard Blue #8FEFEC

RGB

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

 GREEN value IS 239 (93.75% from 255) = 38.67%

 BLUE value IS 236 (92.58% from 255) = 38.19%

R = 23.14%
G = 38.67%
B = 38.19%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#8FEFEC (or 0x8FEFEC) is known color: Blizzard Blue. HEX triplet: 8F, EF and EC. RGB value is (143,239,236). Sum of RGB (Red+Green+Blue) = 143+239+236=618 (81% of max value = 765). Red value is 143 (56.25% from 255 or 23.14% from 618); Green value is 239 (93.75% from 255 or 38.67% from 618); Blue value is 236 (92.58% from 255 or 38.19% from 618); Max value from RGB is 239 - color contains mainly: green. Hex color #8FEFEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FEFEC is #701013. Grayscale: #D1D1D1. Windows color (decimal): -7344148 or 15527823. OLE color: 15527823.

HSL color Cylindrical-coordinate representation of color #8FEFEC: hue angle of 178.12º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FEFEC is Cyan = 0.40, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 143 239 236 -
CMYK 0.40 0 0.01 0.06
HSL 178.13º 0.75% 0.75% -
HSV(B) 178.13º 0.4% 0.94% -
XYZ 57.33 73.63 90.55 -
YUV 209.95 142.7 80.24 -
System Red Green Blue C M Y K H S L
Decimal 143 239 236 0.40 0 0.01 0.06 178.13 0.75 0.75
Hex 8F EF EC 28 0 1 6 B2 4B 4B
Octal 217 357 354 50 0 1 6 262 113 113
Binary 10001111 11101111 11101100 101000 0 1 110 10110010 1001011 1001011

Color Harmonies of #8FEFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FEFEC

Black with #8FEFEC

Text Example


Text Example

White with #8FEFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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