#85BCDD

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

Shades of Seagull #85BCDD

Tints of Seagull #85BCDD

Color information

#85BCDD (or 0x85BCDD) is unknown color: approx Seagull. HEX triplet: 85, BC and DD. RGB value is (133,188,221). Sum of RGB (Red+Green+Blue) = 133+188+221=542 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.54% from 542); Green value is 188 (73.83% from 255 or 34.69% from 542); Blue value is 221 (86.72% from 255 or 40.77% from 542); Max value from RGB is 221 - color contains mainly: blue. Hex color #85BCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85BCDD is #7A4322. Grayscale: #AFAFAF. Windows color (decimal): -8012579 or 14531717. OLE color: 14531717.

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

Color convert

RGB133188221-
CMYK0.400.1500.13
HSL202.5º56.41%69.41%-
HSV(B)202.5º39.82%86.67%-
XYZ40.7146.1775.17-
YUV175.32153.7897.82-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.54%
GREEN value IS 188 (73.83% from 255) = 34.69%
BLUE value IS 221 (86.72% from 255) = 40.77%
R=24.54%
G=34.69%
B=40.77%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1331882210.400.1500.13202.556.4169.41
Hex85BCDD28F0Dca3845
Octal205274335501701531270105
Binary100001011011110011011101101000111101101110010101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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