#85EBFD

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

Shades of Electric Blue #85EBFD

Tints of Electric Blue #85EBFD

Color information

#85EBFD (or 0x85EBFD) is unknown color: approx Electric Blue. HEX triplet: 85, EB and FD. RGB value is (133,235,253). Sum of RGB (Red+Green+Blue) = 133+235+253=621 (82% of max value = 765). Red value is 133 (52.34% from 255 or 21.42% from 621); Green value is 235 (92.19% from 255 or 37.84% from 621); Blue value is 253 (99.22% from 255 or 40.74% from 621); Max value from RGB is 253 - color contains mainly: blue. Hex color #85EBFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85EBFD is #7A1402. Grayscale: #CECECE. Windows color (decimal): -8000515 or 16640901. OLE color: 16640901.

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

Color convert

RGB133235253-
CMYK0.470.0700.01
HSL189º96.77%75.69%-
HSV(B)189º47.43%99.22%-
XYZ57.1171.5103.72-
YUV206.55154.2175.54-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 21.42%
GREEN value IS 235 (92.19% from 255) = 37.84%
BLUE value IS 253 (99.22% from 255) = 40.74%
R=21.42%
G=37.84%
B=40.74%

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
Decimal1332352530.470.0700.0118996.7775.69
Hex85EBFD2F701bd614c
Octal20535337557701275141114
Binary100001011110101111111101101111111011011110111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85EBFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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