#83BACD

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

Shades of Seagull #83BACD

Tints of Seagull #83BACD

Color information

#83BACD (or 0x83BACD) is unknown color: approx Seagull. HEX triplet: 83, BA and CD. RGB value is (131,186,205). Sum of RGB (Red+Green+Blue) = 131+186+205=522 (69% of max value = 765). Red value is 131 (51.56% from 255 or 25.10% from 522); Green value is 186 (73.05% from 255 or 35.63% from 522); Blue value is 205 (80.47% from 255 or 39.27% from 522); Max value from RGB is 205 - color contains mainly: blue. Hex color #83BACD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83BACD is #7C4532. Grayscale: #ABABAB. Windows color (decimal): -8144179 or 13482627. OLE color: 13482627.

HSL color Cylindrical-coordinate representation of color #83BACD: hue angle of 195.41º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #83BACD is Cyan = 0.36, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB131186205-
CMYK0.360.0900.20
HSL195.41º42.53%65.88%-
HSV(B)195.41º36.1%80.39%-
XYZ37.9444.3564.32-
YUV171.72146.7898.96-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25.10%
GREEN value IS 186 (73.05% from 255) = 35.63%
BLUE value IS 205 (80.47% from 255) = 39.27%
R=25.10%
G=35.63%
B=39.27%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1311862050.360.0900.20195.4142.5365.88
Hex83BACD249014c32b42
Octal203272315441102430353102
Binary1000001110111010110011011001001001010100110000111010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83BACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,186,205); }

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

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

 a { background-color: rgb(131,186,205); }

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

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

 span { border-color: rgb(131,186,205); }

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