#85BED5

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

Shades of Seagull #85BED5

Tints of Seagull #85BED5

Color information

#85BED5 (or 0x85BED5) is unknown color: approx Seagull. HEX triplet: 85, BE and D5. RGB value is (133,190,213). Sum of RGB (Red+Green+Blue) = 133+190+213=536 (70% of max value = 765). Red value is 133 (52.34% from 255 or 24.81% from 536); Green value is 190 (74.61% from 255 or 35.45% from 536); Blue value is 213 (83.59% from 255 or 39.74% from 536); Max value from RGB is 213 - color contains mainly: blue. Hex color #85BED5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85BED5 is #7A412A. Grayscale: #AFAFAF. Windows color (decimal): -8012075 or 14007941. OLE color: 14007941.

HSL color Cylindrical-coordinate representation of color #85BED5: hue angle of 197.25º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #85BED5 is Cyan = 0.38, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB133190213-
CMYK0.380.1100.16
HSL197.25º48.78%67.84%-
HSV(B)197.25º37.56%83.53%-
XYZ40.146.6269.84-
YUV175.58149.1297.63-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.81%
GREEN value IS 190 (74.61% from 255) = 35.45%
BLUE value IS 213 (83.59% from 255) = 39.74%
R=24.81%
G=35.45%
B=39.74%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1331902130.380.1100.16197.2548.7867.84
Hex85BED526B010c53144
Octal205276325461302030561104
Binary1000010110111110110101011001101011010000110001011100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,190,213); }

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

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

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

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

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

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

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