#83BDCB

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

Shades of Seagull #83BDCB

Tints of Seagull #83BDCB

Color information

#83BDCB (or 0x83BDCB) is unknown color: approx Seagull. HEX triplet: 83, BD and CB. RGB value is (131,189,203). Sum of RGB (Red+Green+Blue) = 131+189+203=523 (69% of max value = 765). Red value is 131 (51.56% from 255 or 25.05% from 523); Green value is 189 (74.22% from 255 or 36.14% from 523); Blue value is 203 (79.69% from 255 or 38.81% from 523); Max value from RGB is 203 - color contains mainly: blue. Hex color #83BDCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83BDCB is #7C4234. Grayscale: #ADADAD. Windows color (decimal): -8143413 or 13352323. OLE color: 13352323.

HSL color Cylindrical-coordinate representation of color #83BDCB: hue angle of 191.67º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #83BDCB is Cyan = 0.35, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB131189203-
CMYK0.350.0700.20
HSL191.67º40.91%65.49%-
HSV(B)191.67º35.47%79.61%-
XYZ38.3445.5363.27-
YUV173.25144.7897.86-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25.05%
GREEN value IS 189 (74.22% from 255) = 36.14%
BLUE value IS 203 (79.69% from 255) = 38.81%
R=25.05%
G=36.14%
B=38.81%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1311892030.350.0700.20191.6740.9165.49
Hex83BDCB237014c02941
Octal20327531343702430051101
Binary100000111011110111001011100011111010100110000001010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83BDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,189,203); }

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

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

 a { background-color: rgb(131,189,203); }

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

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

 span { border-color: rgb(131,189,203); }

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