#85ECFD

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

Shades of Electric Blue #85ECFD

Tints of Electric Blue #85ECFD

Color information

#85ECFD (or 0x85ECFD) is unknown color: approx Electric Blue. HEX triplet: 85, EC and FD. RGB value is (133,236,253). Sum of RGB (Red+Green+Blue) = 133+236+253=622 (82% of max value = 765). Red value is 133 (52.34% from 255 or 21.38% from 622); Green value is 236 (92.58% from 255 or 37.94% from 622); Blue value is 253 (99.22% from 255 or 40.68% from 622); Max value from RGB is 253 - color contains mainly: blue. Hex color #85ECFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85ECFD is #7A1302. Grayscale: #CECECE. Windows color (decimal): -8000259 or 16641157. OLE color: 16641157.

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

Color convert

RGB133236253-
CMYK0.470.0700.01
HSL188.5º96.77%75.69%-
HSV(B)188.5º47.43%99.22%-
XYZ57.472.07103.81-
YUV207.14153.8875.12-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 21.38%
GREEN value IS 236 (92.58% from 255) = 37.94%
BLUE value IS 253 (99.22% from 255) = 40.68%
R=21.38%
G=37.94%
B=40.68%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1332362530.470.0700.01188.596.7775.69
Hex85ECFD2F701bc614c
Octal20535437557701274141114
Binary100001011110110011111101101111111011011110011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85ECFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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