#85BACC

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

Shades of Seagull #85BACC

Tints of Seagull #85BACC

Color information

#85BACC (or 0x85BACC) is unknown color: approx Seagull. HEX triplet: 85, BA and CC. RGB value is (133,186,204). Sum of RGB (Red+Green+Blue) = 133+186+204=523 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.43% from 523); Green value is 186 (73.05% from 255 or 35.56% from 523); Blue value is 204 (80.08% from 255 or 39.01% from 523); Max value from RGB is 204 - color contains mainly: blue. Hex color #85BACC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85BACC is #7A4533. Grayscale: #ACACAC. Windows color (decimal): -8013108 or 13417093. OLE color: 13417093.

HSL color Cylindrical-coordinate representation of color #85BACC: hue angle of 195.21º degrees, saturation: 0.41, 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 #85BACC is Cyan = 0.35, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB133186204-
CMYK0.350.0900.2
HSL195.21º41.04%66.08%-
HSV(B)195.21º34.8%80%-
XYZ38.1344.4663.7-
YUV172.2145.94100.04-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.43%
GREEN value IS 186 (73.05% from 255) = 35.56%
BLUE value IS 204 (80.08% from 255) = 39.01%
R=25.43%
G=35.56%
B=39.01%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1331862040.350.0900.2195.2141.0466.08
Hex85BACC239014c32942
Octal205272314431102430351102
Binary1000010110111010110011001000111001010100110000111010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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