Html Css Color HEX #8FECEC Blizzard Blue

📋 copy color: '#8FECEC'

red 143 ◦ green 236 ◦ blue 236

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

Shades of Blizzard Blue #8FECEC

Tints of Blizzard Blue #8FECEC

RGB

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

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

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

R = 23.25%
G = 38.37%
B = 38.37%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8FECEC (or 0x8FECEC) is known color: Blizzard Blue. HEX triplet: 8F, EC and EC. RGB value is (143,236,236). Sum of RGB (Red+Green+Blue) = 143+236+236=615 (81% of max value = 765). Red value is 143 (56.25% from 255 or 23.25% from 615); Green value is 236 (92.58% from 255 or 38.37% from 615); Blue value is 236 (92.58% from 255 or 38.37% from 615); Max value from RGB is 236 - color contains mainly: green, blue. Hex color #8FECEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FECEC is #701313. Grayscale: #D0D0D0. Windows color (decimal): -7344916 or 15527055. OLE color: 15527055.

HSL color Cylindrical-coordinate representation of color #8FECEC: hue angle of 180º 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 #8FECEC is Cyan = 0.39, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 143 236 236 -
CMYK 0.39 0 0 0.07
HSL 180º 0.71% 0.74% -
HSV(B) 180º 0.39% 0.93% -
XYZ 56.46 71.89 90.26 -
YUV 208.19 143.69 81.5 -
System Red Green Blue C M Y K H S L
Decimal 143 236 236 0.39 0 0 0.07 180 0.71 0.74
Hex 8F EC EC 27 0 0 7 B4 47 4A
Octal 217 354 354 47 0 0 7 264 107 112
Binary 10001111 11101100 11101100 100111 0 0 111 10110100 1000111 1001010

Color Harmonies of #8FECEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FECEC

Black with #8FECEC

Text Example


Text Example

White with #8FECEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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