#85FBEA

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

Shades of Electric Blue #85FBEA

Tints of Electric Blue #85FBEA

Color information

#85FBEA (or 0x85FBEA) is unknown color: approx Electric Blue. HEX triplet: 85, FB and EA. RGB value is (133,251,234). Sum of RGB (Red+Green+Blue) = 133+251+234=618 (81% of max value = 765). Red value is 133 (52.34% from 255 or 21.52% from 618); Green value is 251 (98.44% from 255 or 40.61% from 618); Blue value is 234 (91.80% from 255 or 37.86% from 618); Max value from RGB is 251 - color contains mainly: green. Hex color #85FBEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85FBEA is #7A0415. Grayscale: #D5D5D5. Windows color (decimal): -7996438 or 15399813. OLE color: 15399813.

HSL color Cylindrical-coordinate representation of color #85FBEA: hue angle of 171.36º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85FBEA is Cyan = 0.47, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB133251234-
CMYK0.4700.070.02
HSL171.36º93.65%75.29%-
HSV(B)171.36º47.01%98.43%-
XYZ59.0279.9290.16-
YUV213.78139.4170.38-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 21.52%
GREEN value IS 251 (98.44% from 255) = 40.61%
BLUE value IS 234 (91.80% from 255) = 37.86%
R=21.52%
G=40.61%
B=37.86%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1332512340.4700.070.02171.3693.6575.29
Hex85FBEA2F072ab5e4b
Octal20537335257072253136113
Binary1000010111111011111010101011110111101010101110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85FBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,251,234); }

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

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

 a { background-color: rgb(133,251,234); }

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

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

 span { border-color: rgb(133,251,234); }

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