#81BDDF

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

Shades of Seagull #81BDDF

Tints of Seagull #81BDDF

Color information

#81BDDF (or 0x81BDDF) is unknown color: approx Seagull. HEX triplet: 81, BD and DF. RGB value is (129,189,223). Sum of RGB (Red+Green+Blue) = 129+189+223=541 (71% of max value = 765). Red value is 129 (50.78% from 255 or 23.84% from 541); Green value is 189 (74.22% from 255 or 34.94% from 541); Blue value is 223 (87.5% from 255 or 41.22% from 541); Max value from RGB is 223 - color contains mainly: blue. Hex color #81BDDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81BDDF is #7E4220. Grayscale: #AEAEAE. Windows color (decimal): -8274465 or 14663041. OLE color: 14663041.

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

Color convert

RGB129189223-
CMYK0.420.1500.13
HSL201.7º59.49%69.02%-
HSV(B)201.7º42.15%87.45%-
XYZ40.5746.3976.63-
YUV174.94155.1295.24-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 23.84%
GREEN value IS 189 (74.22% from 255) = 34.94%
BLUE value IS 223 (87.5% from 255) = 41.22%
R=23.84%
G=34.94%
B=41.22%

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
Decimal1291892230.420.1500.13201.759.4969.02
Hex81BDDF2AF0Dca3b45
Octal201275337521701531273105
Binary100000011011110111011111101010111101101110010101110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,189,223); }

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

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

 a { background-color: rgb(129,189,223); }

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

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

 span { border-color: rgb(129,189,223); }

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