#81BEDA

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

Shades of Seagull #81BEDA

Tints of Seagull #81BEDA

Color information

#81BEDA (or 0x81BEDA) is unknown color: approx Seagull. HEX triplet: 81, BE and DA. RGB value is (129,190,218). Sum of RGB (Red+Green+Blue) = 129+190+218=537 (71% of max value = 765). Red value is 129 (50.78% from 255 or 24.02% from 537); Green value is 190 (74.61% from 255 or 35.38% from 537); Blue value is 218 (85.55% from 255 or 40.60% from 537); Max value from RGB is 218 - color contains mainly: blue. Hex color #81BEDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81BEDA is #7E4125. Grayscale: #AEAEAE. Windows color (decimal): -8274214 or 14335617. OLE color: 14335617.

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

Color convert

RGB129190218-
CMYK0.410.1300.15
HSL198.88º54.6%68.04%-
HSV(B)198.88º40.83%85.49%-
XYZ40.1246.5673.2-
YUV174.95152.2995.22-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 24.02%
GREEN value IS 190 (74.61% from 255) = 35.38%
BLUE value IS 218 (85.55% from 255) = 40.60%
R=24.02%
G=35.38%
B=40.60%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1291902180.410.1300.15198.8854.668.04
Hex81BEDA29D0Fc73744
Octal201276332511501730767104
Binary100000011011111011011010101001110101111110001111101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,190,218); }

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

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

 a { background-color: rgb(129,190,218); }

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

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

 span { border-color: rgb(129,190,218); }

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