#85FDFD

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

Shades of Electric Blue #85FDFD

Tints of Electric Blue #85FDFD

Color information

#85FDFD (or 0x85FDFD) is unknown color: approx Electric Blue. HEX triplet: 85, FD and FD. RGB value is (133,253,253). Sum of RGB (Red+Green+Blue) = 133+253+253=639 (84% of max value = 765). Red value is 133 (52.34% from 255 or 20.81% from 639); Green value is 253 (99.22% from 255 or 39.59% from 639); Blue value is 253 (99.22% from 255 or 39.59% from 639); Max value from RGB is 253 - color contains mainly: green, blue. Hex color #85FDFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85FDFD is #7A0202. Grayscale: #D9D9D9. Windows color (decimal): -7995907 or 16645509. OLE color: 16645509.

HSL color Cylindrical-coordinate representation of color #85FDFD: hue angle of 180º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85FDFD is Cyan = 0.47, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB133253253-
CMYK0.47000.01
HSL180º96.77%75.69%-
HSV(B)180º47.43%99.22%-
XYZ62.5382.33105.52-
YUV217.12148.2468-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 20.81%
GREEN value IS 253 (99.22% from 255) = 39.59%
BLUE value IS 253 (99.22% from 255) = 39.59%
R=20.81%
G=39.59%
B=39.59%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1332532530.47000.0118096.7775.69
Hex85FDFD2F001b4614c
Octal20537537557001264141114
Binary1000010111111101111111011011110011011010011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85FDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,253,253); }

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

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

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

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

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

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

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