#85EBE5

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

Shades of Electric Blue #85EBE5

Tints of Electric Blue #85EBE5

Color information

#85EBE5 (or 0x85EBE5) is unknown color: approx Electric Blue. HEX triplet: 85, EB and E5. RGB value is (133,235,229). Sum of RGB (Red+Green+Blue) = 133+235+229=597 (79% of max value = 765). Red value is 133 (52.34% from 255 or 22.28% from 597); Green value is 235 (92.19% from 255 or 39.36% from 597); Blue value is 229 (89.84% from 255 or 38.36% from 597); Max value from RGB is 235 - color contains mainly: green. Hex color #85EBE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85EBE5 is #7A141A. Grayscale: #CBCBCB. Windows color (decimal): -8000539 or 15068037. OLE color: 15068037.

HSL color Cylindrical-coordinate representation of color #85EBE5: hue angle of 176.47º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85EBE5 is Cyan = 0.43, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB133235229-
CMYK0.4300.030.08
HSL176.47º71.83%72.16%-
HSV(B)176.47º43.4%92.16%-
XYZ53.5270.0684.83-
YUV203.82142.2177.49-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 22.28%
GREEN value IS 235 (92.19% from 255) = 39.36%
BLUE value IS 229 (89.84% from 255) = 38.36%
R=22.28%
G=39.36%
B=38.36%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1332352290.4300.030.08176.4771.8372.16
Hex85EBE52B038b04848
Octal205353345530310260110110
Binary10000101111010111110010110101101110001011000010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85EBE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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