#83B4D6

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

Shades of Seagull #83B4D6

Tints of Seagull #83B4D6

Color information

#83B4D6 (or 0x83B4D6) is unknown color: approx Seagull. HEX triplet: 83, B4 and D6. RGB value is (131,180,214). Sum of RGB (Red+Green+Blue) = 131+180+214=525 (69% of max value = 765). Red value is 131 (51.56% from 255 or 24.95% from 525); Green value is 180 (70.70% from 255 or 34.29% from 525); Blue value is 214 (83.98% from 255 or 40.76% from 525); Max value from RGB is 214 - color contains mainly: blue. Hex color #83B4D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83B4D6 is #7C4B29. Grayscale: #A9A9A9. Windows color (decimal): -8145706 or 14070915. OLE color: 14070915.

HSL color Cylindrical-coordinate representation of color #83B4D6: hue angle of 204.58º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #83B4D6 is Cyan = 0.39, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB131180214-
CMYK0.390.1600.16
HSL204.58º50.3%67.65%-
HSV(B)204.58º38.79%83.92%-
XYZ37.8242.3269.79-
YUV169.23153.27100.74-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.95%
GREEN value IS 180 (70.70% from 255) = 34.29%
BLUE value IS 214 (83.98% from 255) = 40.76%
R=24.95%
G=34.29%
B=40.76%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1311802140.390.1600.16204.5850.367.65
Hex83B4D62710010cd3244
Octal203264326472002031562104
Binary10000011101101001101011010011110000010000110011011100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83B4D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,180,214); }

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

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

 a { background-color: rgb(131,180,214); }

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

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

 span { border-color: rgb(131,180,214); }

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