#85FFF0

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

Shades of Electric Blue #85FFF0

Tints of Electric Blue #85FFF0

Color information

#85FFF0 (or 0x85FFF0) is unknown color: approx Electric Blue. HEX triplet: 85, FF and F0. RGB value is (133,255,240). Sum of RGB (Red+Green+Blue) = 133+255+240=628 (83% of max value = 765). Red value is 133 (52.34% from 255 or 21.18% from 628); Green value is 255 (100% from 255 or 40.61% from 628); Blue value is 240 (94.14% from 255 or 38.22% from 628); Max value from RGB is 255 - color contains mainly: green. Hex color #85FFF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85FFF0 is #7A000F. Grayscale: #D8D8D8. Windows color (decimal): -7995408 or 15794053. OLE color: 15794053.

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

Color convert

RGB133255240-
CMYK0.4800.060
HSL172.62º100%76.08%-
HSV(B)172.62º47.84%100%-
XYZ61.1682.895.2-
YUV216.81141.0868.22-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 21.18%
GREEN value IS 255 (100% from 255) = 40.61%
BLUE value IS 240 (94.14% from 255) = 38.22%
R=21.18%
G=40.61%
B=38.22%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1332552400.4800.060172.6210076.08
Hex85FFF030060ad644c
Octal20537736060060255144114
Binary100001011111111111110000110000011001010110111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85FFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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