#83BFCA

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

Shades of Seagull #83BFCA

Tints of Seagull #83BFCA

Color information

#83BFCA (or 0x83BFCA) is unknown color: approx Seagull. HEX triplet: 83, BF and CA. RGB value is (131,191,202). Sum of RGB (Red+Green+Blue) = 131+191+202=524 (69% of max value = 765). Red value is 131 (51.56% from 255 or 25% from 524); Green value is 191 (75% from 255 or 36.45% from 524); Blue value is 202 (79.30% from 255 or 38.55% from 524); Max value from RGB is 202 - color contains mainly: blue. Hex color #83BFCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83BFCA is #7C4035. Grayscale: #AEAEAE. Windows color (decimal): -8142902 or 13287299. OLE color: 13287299.

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

Color convert

RGB131191202-
CMYK0.350.0500.21
HSL189.3º40.11%65.29%-
HSV(B)189.3º35.15%79.22%-
XYZ38.6546.3562.79-
YUV174.31143.6297.11-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25%
GREEN value IS 191 (75% from 255) = 36.45%
BLUE value IS 202 (79.30% from 255) = 38.55%
R=25%
G=36.45%
B=38.55%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1311912020.350.0500.21189.340.1165.29
Hex83BFCA235015bd2841
Octal20327731243502527550101
Binary100000111011111111001010100011101010101101111011010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83BFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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