#85E6FE

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

Shades of Electric Blue #85E6FE

Tints of Electric Blue #85E6FE

Color information

#85E6FE (or 0x85E6FE) is unknown color: approx Electric Blue. HEX triplet: 85, E6 and FE. RGB value is (133,230,254). Sum of RGB (Red+Green+Blue) = 133+230+254=617 (81% of max value = 765). Red value is 133 (52.34% from 255 or 21.56% from 617); Green value is 230 (90.23% from 255 or 37.28% from 617); Blue value is 254 (99.61% from 255 or 41.17% from 617); Max value from RGB is 254 - color contains mainly: blue. Hex color #85E6FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85E6FE is #7A1901. Grayscale: #CBCBCB. Windows color (decimal): -8001794 or 16705157. OLE color: 16705157.

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

Color convert

RGB133230254-
CMYK0.480.0900.00
HSL191.9º98.37%75.88%-
HSV(B)191.9º47.64%99.61%-
XYZ55.8668.74104.09-
YUV203.73156.3677.55-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 21.56%
GREEN value IS 230 (90.23% from 255) = 37.28%
BLUE value IS 254 (99.61% from 255) = 41.17%
R=21.56%
G=37.28%
B=41.17%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1332302540.480.0900.00191.998.3775.88
Hex85E6FE30900c0624c
Octal205346376601100300142114
Binary1000010111100110111111101100001001001100000011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85E6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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