#85FCF1

Color #85FCF1 Electric Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Blue #85FCF1

Tints of Electric Blue #85FCF1

Color information

#85FCF1 (or 0x85FCF1) is unknown color: approx Electric Blue. HEX triplet: 85, FC and F1. RGB value is (133,252,241). Sum of RGB (Red+Green+Blue) = 133+252+241=626 (82% of max value = 765). Red value is 133 (52.34% from 255 or 21.25% from 626); Green value is 252 (98.83% from 255 or 40.26% from 626); Blue value is 241 (94.53% from 255 or 38.50% from 626); Max value from RGB is 252 - color contains mainly: green. Hex color #85FCF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85FCF1 is #7A030E. Grayscale: #D7D7D7. Windows color (decimal): -7996175 or 15858821. OLE color: 15858821.

HSL color Cylindrical-coordinate representation of color #85FCF1: hue angle of 174.45º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85FCF1 is Cyan = 0.47, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB133252241-
CMYK0.4700.040.01
HSL174.45º95.2%75.49%-
HSV(B)174.45º47.22%98.82%-
XYZ60.3680.9695.66-
YUV215.16142.5869.39-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 21.25%
GREEN value IS 252 (98.83% from 255) = 40.26%
BLUE value IS 241 (94.53% from 255) = 38.50%
R=21.25%
G=40.26%
B=38.50%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1332522410.4700.040.01174.4595.275.49
Hex85FCF12F041ae5f4b
Octal20537436157041256137113
Binary100001011111110011110001101111010011010111010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85FCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85FCF1; }

 p { color: rgb(133,252,241); }

 H1.HeaderClassName
 {
   color: #85FCF1;
 }
 .AnyTagClassName
 {
   color: #85FCF1;
 }
</style>
background-color css

<style>
 a { background-color: #85FCF1; }

 a { background-color: rgb(133,252,241); }

 div.DivClassName
 {
   background-color: #85FCF1;
 }
 .BgClassName
 {
   background-color: #85FCF1;
 }
</style>
border-color css

<style>
 span { border-color: #85FCF1; }

 span { border-color: rgb(133,252,241); }

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