#85BDDD

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

Shades of Seagull #85BDDD

Tints of Seagull #85BDDD

Color information

#85BDDD (or 0x85BDDD) is unknown color: approx Seagull. HEX triplet: 85, BD and DD. RGB value is (133,189,221). Sum of RGB (Red+Green+Blue) = 133+189+221=543 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.49% from 543); Green value is 189 (74.22% from 255 or 34.81% from 543); Blue value is 221 (86.72% from 255 or 40.70% from 543); Max value from RGB is 221 - color contains mainly: blue. Hex color #85BDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85BDDD is #7A4222. Grayscale: #AFAFAF. Windows color (decimal): -8012323 or 14531973. OLE color: 14531973.

HSL color Cylindrical-coordinate representation of color #85BDDD: hue angle of 201.82º 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 #85BDDD is Cyan = 0.40, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB133189221-
CMYK0.400.1400.13
HSL201.82º56.41%69.41%-
HSV(B)201.82º39.82%86.67%-
XYZ40.9246.675.24-
YUV175.9153.4597.4-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.49%
GREEN value IS 189 (74.22% from 255) = 34.81%
BLUE value IS 221 (86.72% from 255) = 40.70%
R=24.49%
G=34.81%
B=40.70%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1331892210.400.1400.13201.8256.4169.41
Hex85BDDD28E0Dca3845
Octal205275335501601531270105
Binary100001011011110111011101101000111001101110010101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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