#85BCDF

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

Shades of Seagull #85BCDF

Tints of Seagull #85BCDF

Color information

#85BCDF (or 0x85BCDF) is unknown color: approx Seagull. HEX triplet: 85, BC and DF. RGB value is (133,188,223). Sum of RGB (Red+Green+Blue) = 133+188+223=544 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.45% from 544); Green value is 188 (73.83% from 255 or 34.56% from 544); Blue value is 223 (87.5% from 255 or 40.99% from 544); Max value from RGB is 223 - color contains mainly: blue. Hex color #85BCDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85BCDF is #7A4320. Grayscale: #AFAFAF. Windows color (decimal): -8012577 or 14662789. OLE color: 14662789.

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

Color convert

RGB133188223-
CMYK0.400.1600.13
HSL203.33º58.44%69.8%-
HSV(B)203.33º40.36%87.45%-
XYZ40.9846.2876.59-
YUV175.54154.7897.65-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.45%
GREEN value IS 188 (73.83% from 255) = 34.56%
BLUE value IS 223 (87.5% from 255) = 40.99%
R=24.45%
G=34.56%
B=40.99%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1331882230.400.1600.13203.3358.4469.8
Hex85BCDF28100Dcb3a46
Octal205274337502001531372106
Binary1000010110111100110111111010001000001101110010111110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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