#85FAEE

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

Shades of Electric Blue #85FAEE

Tints of Electric Blue #85FAEE

Color information

#85FAEE (or 0x85FAEE) is unknown color: approx Electric Blue. HEX triplet: 85, FA and EE. RGB value is (133,250,238). Sum of RGB (Red+Green+Blue) = 133+250+238=621 (82% of max value = 765). Red value is 133 (52.34% from 255 or 21.42% from 621); Green value is 250 (98.05% from 255 or 40.26% from 621); Blue value is 238 (93.36% from 255 or 38.33% from 621); Max value from RGB is 250 - color contains mainly: green. Hex color #85FAEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85FAEE is #7A0511. Grayscale: #D5D5D5. Windows color (decimal): -7996690 or 15661701. OLE color: 15661701.

HSL color Cylindrical-coordinate representation of color #85FAEE: hue angle of 173.85º degrees, saturation: 0.92, 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 #85FAEE is Cyan = 0.47, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB133250238-
CMYK0.4700.050.02
HSL173.85º92.13%75.1%-
HSV(B)173.85º46.8%98.04%-
XYZ59.2979.5393.11-
YUV213.65141.7470.48-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 21.42%
GREEN value IS 250 (98.05% from 255) = 40.26%
BLUE value IS 238 (93.36% from 255) = 38.33%
R=21.42%
G=40.26%
B=38.33%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1332502380.4700.050.02173.8592.1375.1
Hex85FAEE2F052ae5c4b
Octal20537235657052256134113
Binary1000010111111010111011101011110101101010111010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85FAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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