#81BDDE

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

Shades of Seagull #81BDDE

Tints of Seagull #81BDDE

Color information

#81BDDE (or 0x81BDDE) is unknown color: approx Seagull. HEX triplet: 81, BD and DE. RGB value is (129,189,222). Sum of RGB (Red+Green+Blue) = 129+189+222=540 (71% of max value = 765). Red value is 129 (50.78% from 255 or 23.89% from 540); Green value is 189 (74.22% from 255 or 35% from 540); Blue value is 222 (87.11% from 255 or 41.11% from 540); Max value from RGB is 222 - color contains mainly: blue. Hex color #81BDDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81BDDE is #7E4221. Grayscale: #AEAEAE. Windows color (decimal): -8274466 or 14597505. OLE color: 14597505.

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

Color convert

RGB129189222-
CMYK0.420.1500.13
HSL201.29º58.49%68.82%-
HSV(B)201.29º41.89%87.06%-
XYZ40.4446.3475.92-
YUV174.82154.6295.32-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 23.89%
GREEN value IS 189 (74.22% from 255) = 35%
BLUE value IS 222 (87.11% from 255) = 41.11%
R=23.89%
G=35%
B=41.11%

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
Decimal1291892220.420.1500.13201.2958.4968.82
Hex81BDDE2AF0Dc93a45
Octal201275336521701531172105
Binary100000011011110111011110101010111101101110010011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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