Html Css Color HEX #8FECE7 Blizzard Blue

📋 copy color: '#8FECE7'

red 143 ◦ green 236 ◦ blue 231

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

Shades of Blizzard Blue #8FECE7

Tints of Blizzard Blue #8FECE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 37.87%

R = 23.44%
G = 38.69%
B = 37.87%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#8FECE7 (or 0x8FECE7) is known color: Blizzard Blue. HEX triplet: 8F, EC and E7. RGB value is (143,236,231). Sum of RGB (Red+Green+Blue) = 143+236+231=610 (80% of max value = 765). Red value is 143 (56.25% from 255 or 23.44% from 610); Green value is 236 (92.58% from 255 or 38.69% from 610); Blue value is 231 (90.62% from 255 or 37.87% from 610); Max value from RGB is 236 - color contains mainly: green. Hex color #8FECE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FECE7 is #701318. Grayscale: #CFCFCF. Windows color (decimal): -7344921 or 15199375. OLE color: 15199375.

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

Color convert

RGB 143 236 231 -
CMYK 0.39 0 0.02 0.07
HSL 176.77º 0.71% 0.74% -
HSV(B) 176.77º 0.39% 0.93% -
XYZ 55.75 71.6 86.48 -
YUV 207.62 141.19 81.91 -
System Red Green Blue C M Y K H S L
Decimal 143 236 231 0.39 0 0.02 0.07 176.77 0.71 0.74
Hex 8F EC E7 27 0 2 7 B1 47 4A
Octal 217 354 347 47 0 2 7 261 107 112
Binary 10001111 11101100 11100111 100111 0 10 111 10110001 1000111 1001010

Color Harmonies of #8FECE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FECE7

Black with #8FECE7

Text Example


Text Example

White with #8FECE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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