#81B9DD

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

Shades of Seagull #81B9DD

Tints of Seagull #81B9DD

Color information

#81B9DD (or 0x81B9DD) is unknown color: approx Seagull. HEX triplet: 81, B9 and DD. RGB value is (129,185,221). Sum of RGB (Red+Green+Blue) = 129+185+221=535 (70% of max value = 765). Red value is 129 (50.78% from 255 or 24.11% from 535); Green value is 185 (72.66% from 255 or 34.58% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 221 - color contains mainly: blue. Hex color #81B9DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81B9DD is #7E4622. Grayscale: #ACACAC. Windows color (decimal): -8275491 or 14530945. OLE color: 14530945.

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

Color convert

RGB129185221-
CMYK0.420.1600.13
HSL203.48º57.5%68.63%-
HSV(B)203.48º41.63%86.67%-
XYZ39.4544.5974.93-
YUV172.36155.4597.07-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 24.11%
GREEN value IS 185 (72.66% from 255) = 34.58%
BLUE value IS 221 (86.72% from 255) = 41.31%
R=24.11%
G=34.58%
B=41.31%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1291852210.420.1600.13203.4857.568.63
Hex81B9DD2A100Dcb3a45
Octal201271335522001531372105
Binary1000000110111001110111011010101000001101110010111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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