#81BFCD

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

Shades of Seagull #81BFCD

Tints of Seagull #81BFCD

Color information

#81BFCD (or 0x81BFCD) is unknown color: approx Seagull. HEX triplet: 81, BF and CD. RGB value is (129,191,205). Sum of RGB (Red+Green+Blue) = 129+191+205=525 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.57% from 525); Green value is 191 (75% from 255 or 36.38% from 525); Blue value is 205 (80.47% from 255 or 39.05% from 525); Max value from RGB is 205 - color contains mainly: blue. Hex color #81BFCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81BFCD is #7E4032. Grayscale: #ADADAD. Windows color (decimal): -8273971 or 13483905. OLE color: 13483905.

HSL color Cylindrical-coordinate representation of color #81BFCD: hue angle of 191.05º 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 #81BFCD is Cyan = 0.37, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB129191205-
CMYK0.370.0700.20
HSL191.05º43.18%65.49%-
HSV(B)191.05º37.07%80.39%-
XYZ38.746.3464.66-
YUV174.06145.4695.86-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 24.57%
GREEN value IS 191 (75% from 255) = 36.38%
BLUE value IS 205 (80.47% from 255) = 39.05%
R=24.57%
G=36.38%
B=39.05%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1291912050.370.0700.20191.0543.1865.49
Hex81BFCD257014bf2b41
Octal20127731545702427753101
Binary100000011011111111001101100101111010100101111111010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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