#85BCDB

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

Shades of Seagull #85BCDB

Tints of Seagull #85BCDB

Color information

#85BCDB (or 0x85BCDB) is unknown color: approx Seagull. HEX triplet: 85, BC and DB. RGB value is (133,188,219). Sum of RGB (Red+Green+Blue) = 133+188+219=540 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.63% from 540); Green value is 188 (73.83% from 255 or 34.81% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 219 - color contains mainly: blue. Hex color #85BCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85BCDB is #7A4324. Grayscale: #AEAEAE. Windows color (decimal): -8012581 or 14400645. OLE color: 14400645.

HSL color Cylindrical-coordinate representation of color #85BCDB: hue angle of 201.63º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #85BCDB is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB133188219-
CMYK0.390.1400.14
HSL201.63º54.43%69.02%-
HSV(B)201.63º39.27%85.88%-
XYZ40.4446.0773.78-
YUV175.09152.7897.98-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.63%
GREEN value IS 188 (73.83% from 255) = 34.81%
BLUE value IS 219 (85.94% from 255) = 40.56%
R=24.63%
G=34.81%
B=40.56%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1331882190.390.1400.14201.6354.4369.02
Hex85BCDB27E0Eca3645
Octal205274333471601631266105
Binary100001011011110011011011100111111001110110010101101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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