#85F6ED

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

Shades of Electric Blue #85F6ED

Tints of Electric Blue #85F6ED

Color information

#85F6ED (or 0x85F6ED) is unknown color: approx Electric Blue. HEX triplet: 85, F6 and ED. RGB value is (133,246,237). Sum of RGB (Red+Green+Blue) = 133+246+237=616 (81% of max value = 765). Red value is 133 (52.34% from 255 or 21.59% from 616); Green value is 246 (96.48% from 255 or 39.94% from 616); Blue value is 237 (92.97% from 255 or 38.47% from 616); Max value from RGB is 246 - color contains mainly: green. Hex color #85F6ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85F6ED is #7A0912. Grayscale: #D3D3D3. Windows color (decimal): -7997715 or 15595141. OLE color: 15595141.

HSL color Cylindrical-coordinate representation of color #85F6ED: hue angle of 175.22º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #85F6ED is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB133246237-
CMYK0.4600.040.04
HSL175.22º86.26%74.31%-
HSV(B)175.22º45.93%96.47%-
XYZ57.9177.0191.93-
YUV211.19142.5672.23-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 21.59%
GREEN value IS 246 (96.48% from 255) = 39.94%
BLUE value IS 237 (92.97% from 255) = 38.47%
R=21.59%
G=39.94%
B=38.47%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1332462370.4600.040.04175.2286.2674.31
Hex85F6ED2E044af564a
Octal20536635556044257126112
Binary10000101111101101110110110111001001001010111110101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85F6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,246,237); }

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

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

 a { background-color: rgb(133,246,237); }

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

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

 span { border-color: rgb(133,246,237); }

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