#81BCDF

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

Shades of Seagull #81BCDF

Tints of Seagull #81BCDF

Color information

#81BCDF (or 0x81BCDF) is unknown color: approx Seagull. HEX triplet: 81, BC and DF. RGB value is (129,188,223). Sum of RGB (Red+Green+Blue) = 129+188+223=540 (71% of max value = 765). Red value is 129 (50.78% from 255 or 23.89% from 540); Green value is 188 (73.83% from 255 or 34.81% from 540); Blue value is 223 (87.5% from 255 or 41.30% from 540); Max value from RGB is 223 - color contains mainly: blue. Hex color #81BCDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81BCDF is #7E4320. Grayscale: #AEAEAE. Windows color (decimal): -8274721 or 14662785. OLE color: 14662785.

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

Color convert

RGB129188223-
CMYK0.420.1600.13
HSL202.34º59.49%69.02%-
HSV(B)202.34º42.15%87.45%-
XYZ40.3645.9676.56-
YUV174.35155.4595.65-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 23.89%
GREEN value IS 188 (73.83% from 255) = 34.81%
BLUE value IS 223 (87.5% from 255) = 41.30%
R=23.89%
G=34.81%
B=41.30%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1291882230.420.1600.13202.3459.4969.02
Hex81BCDF2A100Dca3b45
Octal201274337522001531273105
Binary1000000110111100110111111010101000001101110010101110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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