#81BCDD

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

Shades of Seagull #81BCDD

Tints of Seagull #81BCDD

Color information

#81BCDD (or 0x81BCDD) is unknown color: approx Seagull. HEX triplet: 81, BC and DD. RGB value is (129,188,221). Sum of RGB (Red+Green+Blue) = 129+188+221=538 (71% of max value = 765). Red value is 129 (50.78% from 255 or 23.98% from 538); Green value is 188 (73.83% from 255 or 34.94% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 221 - color contains mainly: blue. Hex color #81BCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81BCDD is #7E4322. Grayscale: #ADADAD. Windows color (decimal): -8274723 or 14531713. OLE color: 14531713.

HSL color Cylindrical-coordinate representation of color #81BCDD: hue angle of 201.52º 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 #81BCDD is Cyan = 0.42, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB129188221-
CMYK0.420.1500.13
HSL201.52º57.5%68.63%-
HSV(B)201.52º41.63%86.67%-
XYZ40.0945.8575.14-
YUV174.12154.4595.82-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 23.98%
GREEN value IS 188 (73.83% from 255) = 34.94%
BLUE value IS 221 (86.72% from 255) = 41.08%
R=23.98%
G=34.94%
B=41.08%

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
Decimal1291882210.420.1500.13201.5257.568.63
Hex81BCDD2AF0Dca3a45
Octal201274335521701531272105
Binary100000011011110011011101101010111101101110010101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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