#85FDF2

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

Shades of Electric Blue #85FDF2

Tints of Electric Blue #85FDF2

Color information

#85FDF2 (or 0x85FDF2) is unknown color: approx Electric Blue. HEX triplet: 85, FD and F2. RGB value is (133,253,242). Sum of RGB (Red+Green+Blue) = 133+253+242=628 (83% of max value = 765). Red value is 133 (52.34% from 255 or 21.18% from 628); Green value is 253 (99.22% from 255 or 40.29% from 628); Blue value is 242 (94.92% from 255 or 38.54% from 628); Max value from RGB is 253 - color contains mainly: green. Hex color #85FDF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85FDF2 is #7A020D. Grayscale: #D7D7D7. Windows color (decimal): -7995918 or 15924613. OLE color: 15924613.

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

Color convert

RGB133253242-
CMYK0.4700.040.01
HSL174.5º96.77%75.69%-
HSV(B)174.5º47.43%99.22%-
XYZ60.8381.6596.56-
YUV215.87142.7468.89-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 21.18%
GREEN value IS 253 (99.22% from 255) = 40.29%
BLUE value IS 242 (94.92% from 255) = 38.54%
R=21.18%
G=40.29%
B=38.54%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1332532420.4700.040.01174.596.7775.69
Hex85FDF22F041ae614c
Octal20537536257041256141114
Binary100001011111110111110010101111010011010111011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85FDF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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