#83BDDE

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

Shades of Seagull #83BDDE

Tints of Seagull #83BDDE

Color information

#83BDDE (or 0x83BDDE) is unknown color: approx Seagull. HEX triplet: 83, BD and DE. RGB value is (131,189,222). Sum of RGB (Red+Green+Blue) = 131+189+222=542 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.17% from 542); Green value is 189 (74.22% from 255 or 34.87% from 542); Blue value is 222 (87.11% from 255 or 40.96% from 542); Max value from RGB is 222 - color contains mainly: blue. Hex color #83BDDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83BDDE is #7C4221. Grayscale: #AFAFAF. Windows color (decimal): -8143394 or 14597507. OLE color: 14597507.

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

Color convert

RGB131189222-
CMYK0.410.1500.13
HSL201.76º57.96%69.22%-
HSV(B)201.76º40.99%87.06%-
XYZ40.7446.4975.93-
YUV175.42154.2896.32-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.17%
GREEN value IS 189 (74.22% from 255) = 34.87%
BLUE value IS 222 (87.11% from 255) = 40.96%
R=24.17%
G=34.87%
B=40.96%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1311892220.410.1500.13201.7657.9669.22
Hex83BDDE29F0Dca3a45
Octal203275336511701531272105
Binary100000111011110111011110101001111101101110010101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83BDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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