#85FBEF

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

Shades of Electric Blue #85FBEF

Tints of Electric Blue #85FBEF

Color information

#85FBEF (or 0x85FBEF) is unknown color: approx Electric Blue. HEX triplet: 85, FB and EF. RGB value is (133,251,239). Sum of RGB (Red+Green+Blue) = 133+251+239=623 (82% of max value = 765). Red value is 133 (52.34% from 255 or 21.35% from 623); Green value is 251 (98.44% from 255 or 40.29% from 623); Blue value is 239 (93.75% from 255 or 38.36% from 623); Max value from RGB is 251 - color contains mainly: green. Hex color #85FBEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85FBEF is #7A0410. Grayscale: #D6D6D6. Windows color (decimal): -7996433 or 15727493. OLE color: 15727493.

HSL color Cylindrical-coordinate representation of color #85FBEF: hue angle of 173.9º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85FBEF is Cyan = 0.47, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB133251239-
CMYK0.4700.050.02
HSL173.9º93.65%75.29%-
HSV(B)173.9º47.01%98.43%-
XYZ59.7580.2193.99-
YUV214.35141.9169.98-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 21.35%
GREEN value IS 251 (98.44% from 255) = 40.29%
BLUE value IS 239 (93.75% from 255) = 38.36%
R=21.35%
G=40.29%
B=38.36%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1332512390.4700.050.02173.993.6575.29
Hex85FBEF2F052ae5e4b
Octal20537335757052256136113
Binary1000010111111011111011111011110101101010111010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85FBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,251,239); }

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

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

 a { background-color: rgb(133,251,239); }

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

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

 span { border-color: rgb(133,251,239); }

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