Html Css Color HEX #8FECE6 Blizzard Blue

📋 copy color: '#8FECE6'

red 143 ◦ green 236 ◦ blue 230

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

Shades of Blizzard Blue #8FECE6

Tints of Blizzard Blue #8FECE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 37.77%

R = 23.48%
G = 38.75%
B = 37.77%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#8FECE6 (or 0x8FECE6) is known color: Blizzard Blue. HEX triplet: 8F, EC and E6. RGB value is (143,236,230). Sum of RGB (Red+Green+Blue) = 143+236+230=609 (80% of max value = 765). Red value is 143 (56.25% from 255 or 23.48% from 609); Green value is 236 (92.58% from 255 or 38.75% from 609); Blue value is 230 (90.23% from 255 or 37.77% from 609); Max value from RGB is 236 - color contains mainly: green. Hex color #8FECE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FECE6 is #701319. Grayscale: #CFCFCF. Windows color (decimal): -7344922 or 15133839. OLE color: 15133839.

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

Color convert

RGB 143 236 230 -
CMYK 0.39 0 0.03 0.07
HSL 176.13º 0.71% 0.74% -
HSV(B) 176.13º 0.39% 0.93% -
XYZ 55.61 71.54 85.74 -
YUV 207.51 140.69 81.99 -
System Red Green Blue C M Y K H S L
Decimal 143 236 230 0.39 0 0.03 0.07 176.13 0.71 0.74
Hex 8F EC E6 27 0 3 7 B0 47 4A
Octal 217 354 346 47 0 3 7 260 107 112
Binary 10001111 11101100 11100110 100111 0 11 111 10110000 1000111 1001010

Color Harmonies of #8FECE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FECE6

Black with #8FECE6

Text Example


Text Example

White with #8FECE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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