#85EDFF

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

Shades of Electric Blue #85EDFF

Tints of Electric Blue #85EDFF

Color information

#85EDFF (or 0x85EDFF) is unknown color: approx Electric Blue. HEX triplet: 85, ED and FF. RGB value is (133,237,255). Sum of RGB (Red+Green+Blue) = 133+237+255=625 (82% of max value = 765). Red value is 133 (52.34% from 255 or 21.28% from 625); Green value is 237 (92.97% from 255 or 37.92% from 625); Blue value is 255 (100% from 255 or 40.8% from 625); Max value from RGB is 255 - color contains mainly: blue. Hex color #85EDFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85EDFF is #7A1200. Grayscale: #CFCFCF. Windows color (decimal): -8000001 or 16772485. OLE color: 16772485.

HSL color Cylindrical-coordinate representation of color #85EDFF: hue angle of 188.85º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85EDFF is Cyan = 0.48, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB133237255-
CMYK0.480.0700
HSL188.85º100%76.08%-
HSV(B)188.85º47.84%100%-
XYZ58.0172.77105.6-
YUV207.96154.5474.54-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 21.28%
GREEN value IS 237 (92.97% from 255) = 37.92%
BLUE value IS 255 (100% from 255) = 40.8%
R=21.28%
G=37.92%
B=40.8%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1332372550.480.0700188.8510076.08
Hex85EDFF30700bd644c
Octal20535537760700275144114
Binary100001011110110111111111110000111001011110111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85EDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,237,255); }

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

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

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

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

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

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

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