#85F8FE

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

Shades of Electric Blue #85F8FE

Tints of Electric Blue #85F8FE

Color information

#85F8FE (or 0x85F8FE) is unknown color: approx Electric Blue. HEX triplet: 85, F8 and FE. RGB value is (133,248,254). Sum of RGB (Red+Green+Blue) = 133+248+254=635 (84% of max value = 765). Red value is 133 (52.34% from 255 or 20.94% from 635); Green value is 248 (97.27% from 255 or 39.06% from 635); Blue value is 254 (99.61% from 255 or 40% from 635); Max value from RGB is 254 - color contains mainly: blue. Hex color #85F8FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85F8FE is #7A0701. Grayscale: #D6D6D6. Windows color (decimal): -7997186 or 16709765. OLE color: 16709765.

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

Color convert

RGB133248254-
CMYK0.480.0200.00
HSL182.98º98.37%75.88%-
HSV(B)182.98º47.64%99.61%-
XYZ61.1379.28105.85-
YUV214.3150.470.01-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 20.94%
GREEN value IS 248 (97.27% from 255) = 39.06%
BLUE value IS 254 (99.61% from 255) = 40%
R=20.94%
G=39.06%
B=40%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1332482540.480.0200.00182.9898.3775.88
Hex85F8FE30200b7624c
Octal20537037660200267142114
Binary10000101111110001111111011000010001011011111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85F8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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