#85EBFF

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

Shades of Electric Blue #85EBFF

Tints of Electric Blue #85EBFF

Color information

#85EBFF (or 0x85EBFF) is unknown color: approx Electric Blue. HEX triplet: 85, EB and FF. RGB value is (133,235,255). Sum of RGB (Red+Green+Blue) = 133+235+255=623 (82% of max value = 765). Red value is 133 (52.34% from 255 or 21.35% from 623); Green value is 235 (92.19% from 255 or 37.72% from 623); Blue value is 255 (100% from 255 or 40.93% from 623); Max value from RGB is 255 - color contains mainly: blue. Hex color #85EBFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85EBFF is #7A1400. Grayscale: #CECECE. Windows color (decimal): -8000513 or 16771973. OLE color: 16771973.

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

Color convert

RGB133235255-
CMYK0.480.0800
HSL189.84º100%76.08%-
HSV(B)189.84º47.84%100%-
XYZ57.4371.62105.41-
YUV206.78155.2175.37-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 21.35%
GREEN value IS 235 (92.19% from 255) = 37.72%
BLUE value IS 255 (100% from 255) = 40.93%
R=21.35%
G=37.72%
B=40.93%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1332352550.480.0800189.8410076.08
Hex85EBFF30800be644c
Octal205353377601000276144114
Binary1000010111101011111111111100001000001011111011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85EBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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