#85F6FE

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

Shades of Electric Blue #85F6FE

Tints of Electric Blue #85F6FE

Color information

#85F6FE (or 0x85F6FE) is unknown color: approx Electric Blue. HEX triplet: 85, F6 and FE. RGB value is (133,246,254). Sum of RGB (Red+Green+Blue) = 133+246+254=633 (83% of max value = 765). Red value is 133 (52.34% from 255 or 21.01% from 633); Green value is 246 (96.48% from 255 or 38.86% from 633); Blue value is 254 (99.61% from 255 or 40.13% from 633); Max value from RGB is 254 - color contains mainly: blue. Hex color #85F6FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85F6FE is #7A0901. Grayscale: #D4D4D4. Windows color (decimal): -7997698 or 16709253. OLE color: 16709253.

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

Color convert

RGB133246254-
CMYK0.480.0300.00
HSL183.97º98.37%75.88%-
HSV(B)183.97º47.64%99.61%-
XYZ60.5278.05105.64-
YUV213.12151.0670.85-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 21.01%
GREEN value IS 246 (96.48% from 255) = 38.86%
BLUE value IS 254 (99.61% from 255) = 40.13%
R=21.01%
G=38.86%
B=40.13%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1332462540.480.0300.00183.9798.3775.88
Hex85F6FE30300b8624c
Octal20536637660300270142114
Binary10000101111101101111111011000011001011100011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85F6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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