#85FBFF

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

Shades of Electric Blue #85FBFF

Tints of Electric Blue #85FBFF

Color information

#85FBFF (or 0x85FBFF) is unknown color: approx Electric Blue. HEX triplet: 85, FB and FF. RGB value is (133,251,255). Sum of RGB (Red+Green+Blue) = 133+251+255=639 (84% of max value = 765). Red value is 133 (52.34% from 255 or 20.81% from 639); Green value is 251 (98.44% from 255 or 39.28% from 639); Blue value is 255 (100% from 255 or 39.91% from 639); Max value from RGB is 255 - color contains mainly: blue. Hex color #85FBFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85FBFF is #7A0400. Grayscale: #D8D8D8. Windows color (decimal): -7996417 or 16776069. OLE color: 16776069.

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

Color convert

RGB133251255-
CMYK0.480.0200
HSL181.97º100%76.08%-
HSV(B)181.97º47.84%100%-
XYZ62.2281.2107-
YUV216.17149.9168.67-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 20.81%
GREEN value IS 251 (98.44% from 255) = 39.28%
BLUE value IS 255 (100% from 255) = 39.91%
R=20.81%
G=39.28%
B=39.91%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1332512550.480.0200181.9710076.08
Hex85FBFF30200b6644c
Octal20537337760200266144114
Binary10000101111110111111111111000010001011011011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85FBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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