#85FEEE

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

Shades of Electric Blue #85FEEE

Tints of Electric Blue #85FEEE

Color information

#85FEEE (or 0x85FEEE) is unknown color: approx Electric Blue. HEX triplet: 85, FE and EE. RGB value is (133,254,238). Sum of RGB (Red+Green+Blue) = 133+254+238=625 (82% of max value = 765). Red value is 133 (52.34% from 255 or 21.28% from 625); Green value is 254 (99.61% from 255 or 40.64% from 625); Blue value is 238 (93.36% from 255 or 38.08% from 625); Max value from RGB is 254 - color contains mainly: green. Hex color #85FEEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85FEEE is #7A0111. Grayscale: #D7D7D7. Windows color (decimal): -7995666 or 15662725. OLE color: 15662725.

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

Color convert

RGB133254238-
CMYK0.4800.060.00
HSL172.07º98.37%75.88%-
HSV(B)172.07º47.64%99.61%-
XYZ60.5582.0493.53-
YUV216140.4168.8-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 21.28%
GREEN value IS 254 (99.61% from 255) = 40.64%
BLUE value IS 238 (93.36% from 255) = 38.08%
R=21.28%
G=40.64%
B=38.08%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1332542380.4800.060.00172.0798.3775.88
Hex85FEEE30060ac624c
Octal20537635660060254142114
Binary100001011111111011101110110000011001010110011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85FEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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