#83BCDC

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

Shades of Seagull #83BCDC

Tints of Seagull #83BCDC

Color information

#83BCDC (or 0x83BCDC) is unknown color: approx Seagull. HEX triplet: 83, BC and DC. RGB value is (131,188,220). Sum of RGB (Red+Green+Blue) = 131+188+220=539 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.30% from 539); Green value is 188 (73.83% from 255 or 34.88% from 539); Blue value is 220 (86.33% from 255 or 40.82% from 539); Max value from RGB is 220 - color contains mainly: blue. Hex color #83BCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83BCDC is #7C4323. Grayscale: #AEAEAE. Windows color (decimal): -8143652 or 14466179. OLE color: 14466179.

HSL color Cylindrical-coordinate representation of color #83BCDC: hue angle of 201.57º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83BCDC is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB131188220-
CMYK0.400.1500.14
HSL201.57º55.97%68.82%-
HSV(B)201.57º40.45%86.27%-
XYZ40.2645.9674.46-
YUV174.6153.6296.9-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.30%
GREEN value IS 188 (73.83% from 255) = 34.88%
BLUE value IS 220 (86.33% from 255) = 40.82%
R=24.30%
G=34.88%
B=40.82%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1311882200.400.1500.14201.5755.9768.82
Hex83BCDC28F0Eca3845
Octal203274334501701631270105
Binary100000111011110011011100101000111101110110010101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83BCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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