#85F8EB

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

Shades of Electric Blue #85F8EB

Tints of Electric Blue #85F8EB

Color information

#85F8EB (or 0x85F8EB) is unknown color: approx Electric Blue. HEX triplet: 85, F8 and EB. RGB value is (133,248,235). Sum of RGB (Red+Green+Blue) = 133+248+235=616 (81% of max value = 765). Red value is 133 (52.34% from 255 or 21.59% from 616); Green value is 248 (97.27% from 255 or 40.26% from 616); Blue value is 235 (92.19% from 255 or 38.15% from 616); Max value from RGB is 248 - color contains mainly: green. Hex color #85F8EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85F8EB is #7A0714. Grayscale: #D4D4D4. Windows color (decimal): -7997205 or 15464581. OLE color: 15464581.

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

Color convert

RGB133248235-
CMYK0.4600.050.03
HSL173.22º89.15%74.71%-
HSV(B)173.22º46.37%97.25%-
XYZ58.2478.1290.61-
YUV212.13140.971.56-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 21.59%
GREEN value IS 248 (97.27% from 255) = 40.26%
BLUE value IS 235 (92.19% from 255) = 38.15%
R=21.59%
G=40.26%
B=38.15%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1332482350.4600.050.03173.2289.1574.71
Hex85F8EB2E053ad594b
Octal20537035356053255131113
Binary1000010111111000111010111011100101111010110110110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85F8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,248,235); }

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

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

 a { background-color: rgb(133,248,235); }

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

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

 span { border-color: rgb(133,248,235); }

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