#85BBCA

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

Shades of Seagull #85BBCA

Tints of Seagull #85BBCA

Color information

#85BBCA (or 0x85BBCA) is unknown color: approx Seagull. HEX triplet: 85, BB and CA. RGB value is (133,187,202). Sum of RGB (Red+Green+Blue) = 133+187+202=522 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.48% from 522); Green value is 187 (73.44% from 255 or 35.82% from 522); Blue value is 202 (79.30% from 255 or 38.70% from 522); Max value from RGB is 202 - color contains mainly: blue. Hex color #85BBCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85BBCA is #7A4435. Grayscale: #ACACAC. Windows color (decimal): -8012854 or 13286277. OLE color: 13286277.

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

Color convert

RGB133187202-
CMYK0.340.0700.21
HSL193.04º39.43%65.69%-
HSV(B)193.04º34.16%79.22%-
XYZ38.144.7962.51-
YUV172.56144.6199.78-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.48%
GREEN value IS 187 (73.44% from 255) = 35.82%
BLUE value IS 202 (79.30% from 255) = 38.70%
R=25.48%
G=35.82%
B=38.70%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1331872020.340.0700.21193.0439.4365.69
Hex85BBCA227015c12742
Octal20527331242702530147102
Binary100001011011101111001010100010111010101110000011001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,187,202); }

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

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

 a { background-color: rgb(133,187,202); }

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

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

 span { border-color: rgb(133,187,202); }

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