#85F7F1

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

Shades of Electric Blue #85F7F1

Tints of Electric Blue #85F7F1

Color information

#85F7F1 (or 0x85F7F1) is unknown color: approx Electric Blue. HEX triplet: 85, F7 and F1. RGB value is (133,247,241). Sum of RGB (Red+Green+Blue) = 133+247+241=621 (82% of max value = 765). Red value is 133 (52.34% from 255 or 21.42% from 621); Green value is 247 (96.88% from 255 or 39.77% from 621); Blue value is 241 (94.53% from 255 or 38.81% from 621); Max value from RGB is 247 - color contains mainly: green. Hex color #85F7F1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85F7F1 is #7A080E. Grayscale: #D4D4D4. Windows color (decimal): -7997455 or 15857541. OLE color: 15857541.

HSL color Cylindrical-coordinate representation of color #85F7F1: hue angle of 176.84º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #85F7F1 is Cyan = 0.46, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.03.

Color convert

RGB133247241-
CMYK0.4600.020.03
HSL176.84º87.69%74.51%-
HSV(B)176.84º46.15%96.86%-
XYZ58.8177.8695.15-
YUV212.23144.2371.49-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 21.42%
GREEN value IS 247 (96.88% from 255) = 39.77%
BLUE value IS 241 (94.53% from 255) = 38.81%
R=21.42%
G=39.77%
B=38.81%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1332472410.4600.020.03176.8487.6974.51
Hex85F7F12E023b1584b
Octal20536736156023261130113
Binary100001011111011111110001101110010111011000110110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85F7F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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