#83BDCA

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

Shades of Seagull #83BDCA

Tints of Seagull #83BDCA

Color information

#83BDCA (or 0x83BDCA) is unknown color: approx Seagull. HEX triplet: 83, BD and CA. RGB value is (131,189,202). Sum of RGB (Red+Green+Blue) = 131+189+202=522 (69% of max value = 765). Red value is 131 (51.56% from 255 or 25.10% from 522); Green value is 189 (74.22% from 255 or 36.21% from 522); Blue value is 202 (79.30% from 255 or 38.70% from 522); Max value from RGB is 202 - color contains mainly: blue. Hex color #83BDCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83BDCA is #7C4235. Grayscale: #ADADAD. Windows color (decimal): -8143414 or 13286787. OLE color: 13286787.

HSL color Cylindrical-coordinate representation of color #83BDCA: hue angle of 190.99º 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 #83BDCA is Cyan = 0.35, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB131189202-
CMYK0.350.0600.21
HSL190.99º40.11%65.29%-
HSV(B)190.99º35.15%79.22%-
XYZ38.2245.4862.64-
YUV173.14144.2897.94-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25.10%
GREEN value IS 189 (74.22% from 255) = 36.21%
BLUE value IS 202 (79.30% from 255) = 38.70%
R=25.10%
G=36.21%
B=38.70%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1311892020.350.0600.21190.9940.1165.29
Hex83BDCA236015bf2841
Octal20327531243602527750101
Binary100000111011110111001010100011110010101101111111010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83BDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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