#83BFDD

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

Shades of Seagull #83BFDD

Tints of Seagull #83BFDD

Color information

#83BFDD (or 0x83BFDD) is unknown color: approx Seagull. HEX triplet: 83, BF and DD. RGB value is (131,191,221). Sum of RGB (Red+Green+Blue) = 131+191+221=543 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.13% from 543); Green value is 191 (75% from 255 or 35.17% from 543); Blue value is 221 (86.72% from 255 or 40.70% from 543); Max value from RGB is 221 - color contains mainly: blue. Hex color #83BFDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83BFDD is #7C4022. Grayscale: #B0B0B0. Windows color (decimal): -8142883 or 14532483. OLE color: 14532483.

HSL color Cylindrical-coordinate representation of color #83BFDD: hue angle of 200º 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 #83BFDD is Cyan = 0.41, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB131191221-
CMYK0.410.1400.13
HSL200º56.96%69.02%-
HSV(B)200º40.72%86.67%-
XYZ41.0447.3175.37-
YUV176.48153.1295.56-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.13%
GREEN value IS 191 (75% from 255) = 35.17%
BLUE value IS 221 (86.72% from 255) = 40.70%
R=24.13%
G=35.17%
B=40.70%

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
Decimal1311912210.410.1400.1320056.9669.02
Hex83BFDD29E0Dc83945
Octal203277335511601531071105
Binary100000111011111111011101101001111001101110010001110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83BFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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