#85F8EA

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

Shades of Electric Blue #85F8EA

Tints of Electric Blue #85F8EA

Color information

#85F8EA (or 0x85F8EA) is unknown color: approx Electric Blue. HEX triplet: 85, F8 and EA. RGB value is (133,248,234). Sum of RGB (Red+Green+Blue) = 133+248+234=615 (81% of max value = 765). Red value is 133 (52.34% from 255 or 21.63% from 615); Green value is 248 (97.27% from 255 or 40.33% from 615); Blue value is 234 (91.80% from 255 or 38.05% from 615); Max value from RGB is 248 - color contains mainly: green. Hex color #85F8EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85F8EA is #7A0715. Grayscale: #D3D3D3. Windows color (decimal): -7997206 or 15399045. OLE color: 15399045.

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

Color convert

RGB133248234-
CMYK0.4600.060.03
HSL172.7º89.15%74.71%-
HSV(B)172.7º46.37%97.25%-
XYZ58.0978.0689.85-
YUV212.02140.471.64-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 21.63%
GREEN value IS 248 (97.27% from 255) = 40.33%
BLUE value IS 234 (91.80% from 255) = 38.05%
R=21.63%
G=40.33%
B=38.05%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1332482340.4600.060.03172.789.1574.71
Hex85F8EA2E063ad594b
Octal20537035256063255131113
Binary1000010111111000111010101011100110111010110110110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85F8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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