Shades of Seagull #83BDDF
Tints of Seagull #83BDDF
RGB
CMYK
RGB Variations
Color information
#83BDDF (or 0x83BDDF) is known color: Seagull. HEX triplet: 83, BD and DF. RGB value is (131,189,223). Sum of RGB (Red+Green+Blue) = 131+189+223=543 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.13% from 543); Green value is 189 (74.22% from 255 or 34.81% from 543); Blue value is 223 (87.5% from 255 or 41.07% from 543); Max value from RGB is 223 - color contains mainly: blue. Hex color #83BDDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83BDDF is #7C4220. Grayscale: #AFAFAF. Windows color (decimal): -8143393 or 14663043. OLE color: 14663043.
HSL color Cylindrical-coordinate representation of color #83BDDF: hue angle of 202.17º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #83BDDF is Cyan = 0.41, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 189 | 223 | - |
| CMYK | 0.41 | 0.15 | 0 | 0.13 |
| HSL | 202.17º | 0.59% | 0.69% | - |
| HSV(B) | 202.17º | 0.41% | 0.87% | - |
| XYZ | 40.88 | 46.55 | 76.64 | - |
| YUV | 175.53 | 154.78 | 96.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 189 | 223 | 0.41 | 0.15 | 0 | 0.13 | 202.17 | 0.59 | 0.69 |
| Hex | 83 | BD | DF | 29 | F | 0 | D | CA | 3B | 45 |
| Octal | 203 | 275 | 337 | 51 | 17 | 0 | 15 | 312 | 73 | 105 |
| Binary | 10000011 | 10111101 | 11011111 | 101001 | 1111 | 0 | 1101 | 11001010 | 111011 | 1000101 |
Color Harmonies of #83BDDF
Complementary color
Monochromatic Colors of #83BDDF
Black with #83BDDF
Text Example
Text Example
White with #83BDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BDDF; }
p { color: rgb(131,189,223); }
H1.HeaderClassName
{
color: #83BDDF;
}
.AnyTagClassName
{
color: #83BDDF;
}
</style>
background-color css
<style>
a { background-color: #83BDDF; }
a { background-color: rgb(131,189,223); }
div.DivClassName
{
background-color: #83BDDF;
}
.BgClassName
{
background-color: #83BDDF;
}
</style>
border-color css
<style>
span { border-color: #83BDDF; }
span { border-color: rgb(131,189,223); }
td.TdClassName
{
border-color: #83BDDF;
}
.TagClassName
{
border-color: #83BDDF;
}
</style>