#85FDFB

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

Shades of Electric Blue #85FDFB

Tints of Electric Blue #85FDFB

Color information

#85FDFB (or 0x85FDFB) is unknown color: approx Electric Blue. HEX triplet: 85, FD and FB. RGB value is (133,253,251). Sum of RGB (Red+Green+Blue) = 133+253+251=637 (84% of max value = 765). Red value is 133 (52.34% from 255 or 20.88% from 637); Green value is 253 (99.22% from 255 or 39.72% from 637); Blue value is 251 (98.44% from 255 or 39.40% from 637); Max value from RGB is 253 - color contains mainly: green. Hex color #85FDFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85FDFB is #7A0204. Grayscale: #D8D8D8. Windows color (decimal): -7995909 or 16514437. OLE color: 16514437.

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

Color convert

RGB133253251-
CMYK0.4700.010.01
HSL179º96.77%75.69%-
HSV(B)179º47.43%99.22%-
XYZ62.2182.2103.85-
YUV216.89147.2468.16-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 20.88%
GREEN value IS 253 (99.22% from 255) = 39.72%
BLUE value IS 251 (98.44% from 255) = 39.40%
R=20.88%
G=39.72%
B=39.40%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1332532510.4700.010.0117996.7775.69
Hex85FDFB2F011b3614c
Octal20537537357011263141114
Binary1000010111111101111110111011110111011001111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85FDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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