#85F6EE

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

Shades of Electric Blue #85F6EE

Tints of Electric Blue #85F6EE

Color information

#85F6EE (or 0x85F6EE) is unknown color: approx Electric Blue. HEX triplet: 85, F6 and EE. RGB value is (133,246,238). Sum of RGB (Red+Green+Blue) = 133+246+238=617 (81% of max value = 765). Red value is 133 (52.34% from 255 or 21.56% from 617); Green value is 246 (96.48% from 255 or 39.87% from 617); Blue value is 238 (93.36% from 255 or 38.57% from 617); Max value from RGB is 246 - color contains mainly: green. Hex color #85F6EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85F6EE is #7A0911. Grayscale: #D3D3D3. Windows color (decimal): -7997714 or 15660677. OLE color: 15660677.

HSL color Cylindrical-coordinate representation of color #85F6EE: hue angle of 175.75º 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 #85F6EE is Cyan = 0.46, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB133246238-
CMYK0.4600.030.04
HSL175.75º86.26%74.31%-
HSV(B)175.75º45.93%96.47%-
XYZ58.0677.0792.7-
YUV211.3143.0672.15-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 21.56%
GREEN value IS 246 (96.48% from 255) = 39.87%
BLUE value IS 238 (93.36% from 255) = 38.57%
R=21.56%
G=39.87%
B=38.57%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1332462380.4600.030.04175.7586.2674.31
Hex85F6EE2E034b0564a
Octal20536635656034260126112
Binary1000010111110110111011101011100111001011000010101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85F6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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