#85FFF3

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

Shades of Electric Blue #85FFF3

Tints of Electric Blue #85FFF3

Color information

#85FFF3 (or 0x85FFF3) is unknown color: approx Electric Blue. HEX triplet: 85, FF and F3. RGB value is (133,255,243). Sum of RGB (Red+Green+Blue) = 133+255+243=631 (83% of max value = 765). Red value is 133 (52.34% from 255 or 21.08% from 631); Green value is 255 (100% from 255 or 40.41% from 631); Blue value is 243 (95.31% from 255 or 38.51% from 631); Max value from RGB is 255 - color contains mainly: green. Hex color #85FFF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85FFF3 is #7A000C. Grayscale: #D9D9D9. Windows color (decimal): -7995405 or 15990661. OLE color: 15990661.

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

Color convert

RGB133255243-
CMYK0.4800.050
HSL174.1º100%76.08%-
HSV(B)174.1º47.84%100%-
XYZ61.6182.9897.56-
YUV217.15142.5867.98-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 21.08%
GREEN value IS 255 (100% from 255) = 40.41%
BLUE value IS 243 (95.31% from 255) = 38.51%
R=21.08%
G=40.41%
B=38.51%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1332552430.4800.050174.110076.08
Hex85FFF330050ae644c
Octal20537736360050256144114
Binary100001011111111111110011110000010101010111011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85FFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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