#85BDCB

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

Shades of Seagull #85BDCB

Tints of Seagull #85BDCB

Color information

#85BDCB (or 0x85BDCB) is unknown color: approx Seagull. HEX triplet: 85, BD and CB. RGB value is (133,189,203). Sum of RGB (Red+Green+Blue) = 133+189+203=525 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.33% from 525); Green value is 189 (74.22% from 255 or 36% from 525); Blue value is 203 (79.69% from 255 or 38.67% from 525); Max value from RGB is 203 - color contains mainly: blue. Hex color #85BDCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85BDCB is #7A4234. Grayscale: #ADADAD. Windows color (decimal): -8012341 or 13352325. OLE color: 13352325.

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

Color convert

RGB133189203-
CMYK0.340.0700.20
HSL192º40.23%65.88%-
HSV(B)192º34.48%79.61%-
XYZ38.6545.6963.28-
YUV173.85144.4598.86-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.33%
GREEN value IS 189 (74.22% from 255) = 36%
BLUE value IS 203 (79.69% from 255) = 38.67%
R=25.33%
G=36%
B=38.67%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1331892030.340.0700.2019240.2365.88
Hex85BDCB227014c02842
Octal20527531342702430050102
Binary100001011011110111001011100010111010100110000001010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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