#81BFDD

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

Shades of Seagull #81BFDD

Tints of Seagull #81BFDD

Color information

#81BFDD (or 0x81BFDD) is unknown color: approx Seagull. HEX triplet: 81, BF and DD. RGB value is (129,191,221). Sum of RGB (Red+Green+Blue) = 129+191+221=541 (71% of max value = 765). Red value is 129 (50.78% from 255 or 23.84% from 541); Green value is 191 (75% from 255 or 35.30% from 541); Blue value is 221 (86.72% from 255 or 40.85% from 541); Max value from RGB is 221 - color contains mainly: blue. Hex color #81BFDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81BFDD is #7E4022. Grayscale: #AFAFAF. Windows color (decimal): -8273955 or 14532481. OLE color: 14532481.

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

Color convert

RGB129191221-
CMYK0.420.1400.13
HSL199.57º57.5%68.63%-
HSV(B)199.57º41.63%86.67%-
XYZ40.7447.1575.36-
YUV175.88153.4694.56-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 23.84%
GREEN value IS 191 (75% from 255) = 35.30%
BLUE value IS 221 (86.72% from 255) = 40.85%
R=23.84%
G=35.30%
B=40.85%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1291912210.420.1400.13199.5757.568.63
Hex81BFDD2AE0Dc83a45
Octal201277335521601531072105
Binary100000011011111111011101101010111001101110010001110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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