#85BCCD

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

Shades of Seagull #85BCCD

Tints of Seagull #85BCCD

Color information

#85BCCD (or 0x85BCCD) is unknown color: approx Seagull. HEX triplet: 85, BC and CD. RGB value is (133,188,205). Sum of RGB (Red+Green+Blue) = 133+188+205=526 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.29% from 526); Green value is 188 (73.83% from 255 or 35.74% from 526); Blue value is 205 (80.47% from 255 or 38.97% from 526); Max value from RGB is 205 - color contains mainly: blue. Hex color #85BCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85BCCD is #7A4332. Grayscale: #ADADAD. Windows color (decimal): -8012595 or 13483141. OLE color: 13483141.

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

Color convert

RGB133188205-
CMYK0.350.0800.20
HSL194.17º41.86%66.27%-
HSV(B)194.17º35.12%80.39%-
XYZ38.6845.3664.47-
YUV173.49145.7899.12-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.29%
GREEN value IS 188 (73.83% from 255) = 35.74%
BLUE value IS 205 (80.47% from 255) = 38.97%
R=25.29%
G=35.74%
B=38.97%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1331882050.350.0800.20194.1741.8666.27
Hex85BCCD238014c22a42
Octal205274315431002430252102
Binary1000010110111100110011011000111000010100110000101010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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