#85EBFE

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

Shades of Electric Blue #85EBFE

Tints of Electric Blue #85EBFE

Color information

#85EBFE (or 0x85EBFE) is unknown color: approx Electric Blue. HEX triplet: 85, EB and FE. RGB value is (133,235,254). Sum of RGB (Red+Green+Blue) = 133+235+254=622 (82% of max value = 765). Red value is 133 (52.34% from 255 or 21.38% from 622); Green value is 235 (92.19% from 255 or 37.78% from 622); Blue value is 254 (99.61% from 255 or 40.84% from 622); Max value from RGB is 254 - color contains mainly: blue. Hex color #85EBFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85EBFE is #7A1401. Grayscale: #CECECE. Windows color (decimal): -8000514 or 16706437. OLE color: 16706437.

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

Color convert

RGB133235254-
CMYK0.480.0700.00
HSL189.42º98.37%75.88%-
HSV(B)189.42º47.64%99.61%-
XYZ57.2771.56104.56-
YUV206.67154.7175.46-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 21.38%
GREEN value IS 235 (92.19% from 255) = 37.78%
BLUE value IS 254 (99.61% from 255) = 40.84%
R=21.38%
G=37.78%
B=40.84%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1332352540.480.0700.00189.4298.3775.88
Hex85EBFE30700bd624c
Octal20535337660700275142114
Binary100001011110101111111110110000111001011110111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85EBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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