#85F8F6

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

Shades of Electric Blue #85F8F6

Tints of Electric Blue #85F8F6

Color information

#85F8F6 (or 0x85F8F6) is unknown color: approx Electric Blue. HEX triplet: 85, F8 and F6. RGB value is (133,248,246). Sum of RGB (Red+Green+Blue) = 133+248+246=627 (83% of max value = 765). Red value is 133 (52.34% from 255 or 21.21% from 627); Green value is 248 (97.27% from 255 or 39.55% from 627); Blue value is 246 (96.48% from 255 or 39.23% from 627); Max value from RGB is 248 - color contains mainly: green. Hex color #85F8F6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85F8F6 is #7A0709. Grayscale: #D5D5D5. Windows color (decimal): -7997194 or 16185477. OLE color: 16185477.

HSL color Cylindrical-coordinate representation of color #85F8F6: hue angle of 178.96º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #85F8F6 is Cyan = 0.46, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.03.

Color convert

RGB133248246-
CMYK0.4600.010.03
HSL178.96º89.15%74.71%-
HSV(B)178.96º46.37%97.25%-
XYZ59.8778.7899.24-
YUV213.39146.470.66-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 21.21%
GREEN value IS 248 (97.27% from 255) = 39.55%
BLUE value IS 246 (96.48% from 255) = 39.23%
R=21.21%
G=39.55%
B=39.23%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1332482460.4600.010.03178.9689.1574.71
Hex85F8F62E013b3594b
Octal20537036656013263131113
Binary10000101111110001111011010111001111011001110110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85F8F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,248,246); }

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

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

 a { background-color: rgb(133,248,246); }

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

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

 span { border-color: rgb(133,248,246); }

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