#81BCCD

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

Shades of Seagull #81BCCD

Tints of Seagull #81BCCD

Color information

#81BCCD (or 0x81BCCD) is unknown color: approx Seagull. HEX triplet: 81, BC and CD. RGB value is (129,188,205). Sum of RGB (Red+Green+Blue) = 129+188+205=522 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.71% from 522); Green value is 188 (73.83% from 255 or 36.02% from 522); Blue value is 205 (80.47% from 255 or 39.27% from 522); Max value from RGB is 205 - color contains mainly: blue. Hex color #81BCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81BCCD is #7E4332. Grayscale: #ACACAC. Windows color (decimal): -8274739 or 13483137. OLE color: 13483137.

HSL color Cylindrical-coordinate representation of color #81BCCD: hue angle of 193.42º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #81BCCD is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB129188205-
CMYK0.370.0800.20
HSL193.42º43.18%65.49%-
HSV(B)193.42º37.07%80.39%-
XYZ38.0645.0464.45-
YUV172.3146.4597.12-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 24.71%
GREEN value IS 188 (73.83% from 255) = 36.02%
BLUE value IS 205 (80.47% from 255) = 39.27%
R=24.71%
G=36.02%
B=39.27%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1291882050.370.0800.20193.4243.1865.49
Hex81BCCD258014c12b41
Octal201274315451002430153101
Binary1000000110111100110011011001011000010100110000011010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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