#85FFFF

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

Shades of Electric Blue #85FFFF

Tints of Electric Blue #85FFFF

Color information

#85FFFF (or 0x85FFFF) is unknown color: approx Electric Blue. HEX triplet: 85, FF and FF. RGB value is (133,255,255). Sum of RGB (Red+Green+Blue) = 133+255+255=643 (85% of max value = 765). Red value is 133 (52.34% from 255 or 20.68% from 643); Green value is 255 (100% from 255 or 39.66% from 643); Blue value is 255 (100% from 255 or 39.66% from 643); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #85FFFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85FFFF is #7A0000. Grayscale: #DADADA. Windows color (decimal): -7995393 or 16777093. OLE color: 16777093.

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

Color convert

RGB133255255-
CMYK0.48000
HSL180º100%76.08%-
HSV(B)180º47.84%100%-
XYZ63.4883.73107.42-
YUV218.52148.5867-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 20.68%
GREEN value IS 255 (100% from 255) = 39.66%
BLUE value IS 255 (100% from 255) = 39.66%
R=20.68%
G=39.66%
B=39.66%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1332552550.4800018010076.08
Hex85FFFF30000b4644c
Octal20537737760000264144114
Binary1000010111111111111111111100000001011010011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85FFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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