#81B7D8

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

Shades of Seagull #81B7D8

Tints of Seagull #81B7D8

Color information

#81B7D8 (or 0x81B7D8) is unknown color: approx Seagull. HEX triplet: 81, B7 and D8. RGB value is (129,183,216). Sum of RGB (Red+Green+Blue) = 129+183+216=528 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.43% from 528); Green value is 183 (71.88% from 255 or 34.66% from 528); Blue value is 216 (84.77% from 255 or 40.91% from 528); Max value from RGB is 216 - color contains mainly: blue. Hex color #81B7D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81B7D8 is #7E4827. Grayscale: #AAAAAA. Windows color (decimal): -8276008 or 14202753. OLE color: 14202753.

HSL color Cylindrical-coordinate representation of color #81B7D8: hue angle of 202.76º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #81B7D8 is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB129183216-
CMYK0.400.1500.15
HSL202.76º52.73%67.65%-
HSV(B)202.76º40.28%84.71%-
XYZ38.3843.4971.34-
YUV170.62153.6198.32-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 24.43%
GREEN value IS 183 (71.88% from 255) = 34.66%
BLUE value IS 216 (84.77% from 255) = 40.91%
R=24.43%
G=34.66%
B=40.91%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1291832160.400.1500.15202.7652.7367.65
Hex81B7D828F0Fcb3544
Octal201267330501701731365104
Binary100000011011011111011000101000111101111110010111101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B7D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,183,216); }

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

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

 a { background-color: rgb(129,183,216); }

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

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

 span { border-color: rgb(129,183,216); }

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