#81BDCA

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

Shades of Seagull #81BDCA

Tints of Seagull #81BDCA

Color information

#81BDCA (or 0x81BDCA) is unknown color: approx Seagull. HEX triplet: 81, BD and CA. RGB value is (129,189,202). Sum of RGB (Red+Green+Blue) = 129+189+202=520 (68% of max value = 765). Red value is 129 (50.78% from 255 or 24.81% from 520); Green value is 189 (74.22% from 255 or 36.35% from 520); Blue value is 202 (79.30% from 255 or 38.85% from 520); Max value from RGB is 202 - color contains mainly: blue. Hex color #81BDCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81BDCA is #7E4235. Grayscale: #ACACAC. Windows color (decimal): -8274486 or 13286785. OLE color: 13286785.

HSL color Cylindrical-coordinate representation of color #81BDCA: hue angle of 190.68º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #81BDCA is Cyan = 0.36, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB129189202-
CMYK0.360.0600.21
HSL190.68º40.78%64.9%-
HSV(B)190.68º36.14%79.22%-
XYZ37.9145.3362.63-
YUV172.54144.6296.94-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 24.81%
GREEN value IS 189 (74.22% from 255) = 36.35%
BLUE value IS 202 (79.30% from 255) = 38.85%
R=24.81%
G=36.35%
B=38.85%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1291892020.360.0600.21190.6840.7864.9
Hex81BDCA246015bf2941
Octal20127531244602527751101
Binary100000011011110111001010100100110010101101111111010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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