#85BBDE

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

Shades of Seagull #85BBDE

Tints of Seagull #85BBDE

Color information

#85BBDE (or 0x85BBDE) is unknown color: approx Seagull. HEX triplet: 85, BB and DE. RGB value is (133,187,222). Sum of RGB (Red+Green+Blue) = 133+187+222=542 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.54% from 542); Green value is 187 (73.44% from 255 or 34.50% from 542); Blue value is 222 (87.11% from 255 or 40.96% from 542); Max value from RGB is 222 - color contains mainly: blue. Hex color #85BBDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85BBDE is #7A4421. Grayscale: #AEAEAE. Windows color (decimal): -8012834 or 14596997. OLE color: 14596997.

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

Color convert

RGB133187222-
CMYK0.400.1600.13
HSL203.6º57.42%69.61%-
HSV(B)203.6º40.09%87.06%-
XYZ40.6345.875.81-
YUV174.84154.6198.15-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.54%
GREEN value IS 187 (73.44% from 255) = 34.50%
BLUE value IS 222 (87.11% from 255) = 40.96%
R=24.54%
G=34.50%
B=40.96%

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
Decimal1331872220.400.1600.13203.657.4269.61
Hex85BBDE28100Dcc3946
Octal205273336502001531471106
Binary1000010110111011110111101010001000001101110011001110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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