#83BCCA

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

Shades of Seagull #83BCCA

Tints of Seagull #83BCCA

Color information

#83BCCA (or 0x83BCCA) is unknown color: approx Seagull. HEX triplet: 83, BC and CA. RGB value is (131,188,202). Sum of RGB (Red+Green+Blue) = 131+188+202=521 (69% of max value = 765). Red value is 131 (51.56% from 255 or 25.14% from 521); Green value is 188 (73.83% from 255 or 36.08% from 521); Blue value is 202 (79.30% from 255 or 38.77% from 521); Max value from RGB is 202 - color contains mainly: blue. Hex color #83BCCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83BCCA is #7C4335. Grayscale: #ACACAC. Windows color (decimal): -8143670 or 13286531. OLE color: 13286531.

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

Color convert

RGB131188202-
CMYK0.350.0700.21
HSL191.83º40.11%65.29%-
HSV(B)191.83º35.15%79.22%-
XYZ3845.0662.57-
YUV172.55144.6298.36-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25.14%
GREEN value IS 188 (73.83% from 255) = 36.08%
BLUE value IS 202 (79.30% from 255) = 38.77%
R=25.14%
G=36.08%
B=38.77%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1311882020.350.0700.21191.8340.1165.29
Hex83BCCA237015c02841
Octal20327431243702530050101
Binary100000111011110011001010100011111010101110000001010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83BCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,188,202); }

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

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

 a { background-color: rgb(131,188,202); }

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

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

 span { border-color: rgb(131,188,202); }

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