#85BACD

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

Shades of Seagull #85BACD

Tints of Seagull #85BACD

Color information

#85BACD (or 0x85BACD) is unknown color: approx Seagull. HEX triplet: 85, BA and CD. RGB value is (133,186,205). Sum of RGB (Red+Green+Blue) = 133+186+205=524 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.38% from 524); Green value is 186 (73.05% from 255 or 35.50% from 524); Blue value is 205 (80.47% from 255 or 39.12% from 524); Max value from RGB is 205 - color contains mainly: blue. Hex color #85BACD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85BACD is #7A4532. Grayscale: #ACACAC. Windows color (decimal): -8013107 or 13482629. OLE color: 13482629.

HSL color Cylindrical-coordinate representation of color #85BACD: hue angle of 195.83º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #85BACD is Cyan = 0.35, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB133186205-
CMYK0.350.0900.20
HSL195.83º41.86%66.27%-
HSV(B)195.83º35.12%80.39%-
XYZ38.2544.5164.33-
YUV172.32146.4499.96-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.38%
GREEN value IS 186 (73.05% from 255) = 35.50%
BLUE value IS 205 (80.47% from 255) = 39.12%
R=25.38%
G=35.50%
B=39.12%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1331862050.350.0900.20195.8341.8666.27
Hex85BACD239014c42a42
Octal205272315431102430452102
Binary1000010110111010110011011000111001010100110001001010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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