#83BFD9

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

Shades of Seagull #83BFD9

Tints of Seagull #83BFD9

Color information

#83BFD9 (or 0x83BFD9) is unknown color: approx Seagull. HEX triplet: 83, BF and D9. RGB value is (131,191,217). Sum of RGB (Red+Green+Blue) = 131+191+217=539 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.30% from 539); Green value is 191 (75% from 255 or 35.44% from 539); Blue value is 217 (85.16% from 255 or 40.26% from 539); Max value from RGB is 217 - color contains mainly: blue. Hex color #83BFD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83BFD9 is #7C4026. Grayscale: #AFAFAF. Windows color (decimal): -8142887 or 14270339. OLE color: 14270339.

HSL color Cylindrical-coordinate representation of color #83BFD9: hue angle of 198.14º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83BFD9 is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB131191217-
CMYK0.400.1200.15
HSL198.14º53.09%68.24%-
HSV(B)198.14º39.63%85.1%-
XYZ40.5247.172.6-
YUV176.02151.1295.89-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.30%
GREEN value IS 191 (75% from 255) = 35.44%
BLUE value IS 217 (85.16% from 255) = 40.26%
R=24.30%
G=35.44%
B=40.26%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1311912170.400.1200.15198.1453.0968.24
Hex83BFD928C0Fc63544
Octal203277331501401730665104
Binary100000111011111111011001101000110001111110001101101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83BFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83BFD9; }

 p { color: rgb(131,191,217); }

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

<style>
 a { background-color: #83BFD9; }

 a { background-color: rgb(131,191,217); }

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

<style>
 span { border-color: #83BFD9; }

 span { border-color: rgb(131,191,217); }

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