#83BDDD

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

Shades of Seagull #83BDDD

Tints of Seagull #83BDDD

Color information

#83BDDD (or 0x83BDDD) is unknown color: approx Seagull. HEX triplet: 83, BD and DD. RGB value is (131,189,221). Sum of RGB (Red+Green+Blue) = 131+189+221=541 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.21% from 541); Green value is 189 (74.22% from 255 or 34.94% from 541); Blue value is 221 (86.72% from 255 or 40.85% from 541); Max value from RGB is 221 - color contains mainly: blue. Hex color #83BDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83BDDD is #7C4222. Grayscale: #AFAFAF. Windows color (decimal): -8143395 or 14531971. OLE color: 14531971.

HSL color Cylindrical-coordinate representation of color #83BDDD: hue angle of 201.33º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #83BDDD is Cyan = 0.41, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB131189221-
CMYK0.410.1400.13
HSL201.33º56.96%69.02%-
HSV(B)201.33º40.72%86.67%-
XYZ40.6146.4475.23-
YUV175.31153.7896.4-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.21%
GREEN value IS 189 (74.22% from 255) = 34.94%
BLUE value IS 221 (86.72% from 255) = 40.85%
R=24.21%
G=34.94%
B=40.85%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1311892210.410.1400.13201.3356.9669.02
Hex83BDDD29E0Dc93945
Octal203275335511601531171105
Binary100000111011110111011101101001111001101110010011110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83BDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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