#85BADC

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

Shades of Seagull #85BADC

Tints of Seagull #85BADC

Color information

#85BADC (or 0x85BADC) is unknown color: approx Seagull. HEX triplet: 85, BA and DC. RGB value is (133,186,220). Sum of RGB (Red+Green+Blue) = 133+186+220=539 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.68% from 539); Green value is 186 (73.05% from 255 or 34.51% from 539); Blue value is 220 (86.33% from 255 or 40.82% from 539); Max value from RGB is 220 - color contains mainly: blue. Hex color #85BADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85BADC is #7A4523. Grayscale: #ADADAD. Windows color (decimal): -8013092 or 14465669. OLE color: 14465669.

HSL color Cylindrical-coordinate representation of color #85BADC: hue angle of 203.45º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85BADC is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB133186220-
CMYK0.400.1500.14
HSL203.45º55.41%69.22%-
HSV(B)203.45º39.55%86.27%-
XYZ40.1545.2774.33-
YUV174.03153.9498.74-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.68%
GREEN value IS 186 (73.05% from 255) = 34.51%
BLUE value IS 220 (86.33% from 255) = 40.82%
R=24.68%
G=34.51%
B=40.82%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1331862200.400.1500.14203.4555.4169.22
Hex85BADC28F0Ecb3745
Octal205272334501701631367105
Binary100001011011101011011100101000111101110110010111101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,186,220); }

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

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

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

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

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

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

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