#81BBDD

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

Shades of Seagull #81BBDD

Tints of Seagull #81BBDD

Color information

#81BBDD (or 0x81BBDD) is unknown color: approx Seagull. HEX triplet: 81, BB and DD. RGB value is (129,187,221). Sum of RGB (Red+Green+Blue) = 129+187+221=537 (71% of max value = 765). Red value is 129 (50.78% from 255 or 24.02% from 537); Green value is 187 (73.44% from 255 or 34.82% from 537); Blue value is 221 (86.72% from 255 or 41.15% from 537); Max value from RGB is 221 - color contains mainly: blue. Hex color #81BBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81BBDD is #7E4422. Grayscale: #ADADAD. Windows color (decimal): -8274979 or 14531457. OLE color: 14531457.

HSL color Cylindrical-coordinate representation of color #81BBDD: hue angle of 202.17º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #81BBDD is Cyan = 0.42, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB129187221-
CMYK0.420.1500.13
HSL202.17º57.5%68.63%-
HSV(B)202.17º41.63%86.67%-
XYZ39.8745.4375.07-
YUV173.53154.7896.24-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 24.02%
GREEN value IS 187 (73.44% from 255) = 34.82%
BLUE value IS 221 (86.72% from 255) = 41.15%
R=24.02%
G=34.82%
B=41.15%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1291872210.420.1500.13202.1757.568.63
Hex81BBDD2AF0Dca3a45
Octal201273335521701531272105
Binary100000011011101111011101101010111101101110010101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81BBDD; }

 p { color: rgb(129,187,221); }

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

<style>
 a { background-color: #81BBDD; }

 a { background-color: rgb(129,187,221); }

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

<style>
 span { border-color: #81BBDD; }

 span { border-color: rgb(129,187,221); }

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