#85FFEE

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

Shades of Electric Blue #85FFEE

Tints of Electric Blue #85FFEE

Color information

#85FFEE (or 0x85FFEE) is unknown color: approx Electric Blue. HEX triplet: 85, FF and EE. RGB value is (133,255,238). Sum of RGB (Red+Green+Blue) = 133+255+238=626 (82% of max value = 765). Red value is 133 (52.34% from 255 or 21.25% from 626); Green value is 255 (100% from 255 or 40.73% from 626); Blue value is 238 (93.36% from 255 or 38.02% from 626); Max value from RGB is 255 - color contains mainly: green. Hex color #85FFEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85FFEE is #7A0011. Grayscale: #D8D8D8. Windows color (decimal): -7995410 or 15662981. OLE color: 15662981.

HSL color Cylindrical-coordinate representation of color #85FFEE: hue angle of 171.64º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85FFEE is Cyan = 0.48, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB133255238-
CMYK0.4800.070
HSL171.64º100%76.08%-
HSV(B)171.64º47.84%100%-
XYZ60.8782.6893.64-
YUV216.58140.0868.38-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 21.25%
GREEN value IS 255 (100% from 255) = 40.73%
BLUE value IS 238 (93.36% from 255) = 38.02%
R=21.25%
G=40.73%
B=38.02%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1332552380.4800.070171.6410076.08
Hex85FFEE30070ac644c
Octal20537735660070254144114
Binary100001011111111111101110110000011101010110011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85FFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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