#81B8DB

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

Shades of Seagull #81B8DB

Tints of Seagull #81B8DB

Color information

#81B8DB (or 0x81B8DB) is unknown color: approx Seagull. HEX triplet: 81, B8 and DB. RGB value is (129,184,219). Sum of RGB (Red+Green+Blue) = 129+184+219=532 (70% of max value = 765). Red value is 129 (50.78% from 255 or 24.25% from 532); Green value is 184 (72.27% from 255 or 34.59% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 219 - color contains mainly: blue. Hex color #81B8DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81B8DB is #7E4724. Grayscale: #ABABAB. Windows color (decimal): -8275749 or 14399617. OLE color: 14399617.

HSL color Cylindrical-coordinate representation of color #81B8DB: hue angle of 203.33º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #81B8DB is Cyan = 0.41, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB129184219-
CMYK0.410.1600.14
HSL203.33º55.56%68.24%-
HSV(B)203.33º41.1%85.88%-
XYZ38.9844.0673.47-
YUV171.54154.7897.65-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 24.25%
GREEN value IS 184 (72.27% from 255) = 34.59%
BLUE value IS 219 (85.94% from 255) = 41.17%
R=24.25%
G=34.59%
B=41.17%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1291842190.410.1600.14203.3355.5668.24
Hex81B8DB29100Ecb3844
Octal201270333512001631370104
Binary1000000110111000110110111010011000001110110010111110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,184,219); }

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

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

 a { background-color: rgb(129,184,219); }

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

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

 span { border-color: rgb(129,184,219); }

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