Shades of Seagull #83BBCE
Tints of Seagull #83BBCE
RGB
CMYK
RGB Variations
Color information
#83BBCE (or 0x83BBCE) is known color: Seagull. HEX triplet: 83, BB and CE. RGB value is (131,187,206). Sum of RGB (Red+Green+Blue) = 131+187+206=524 (69% of max value = 765). Red value is 131 (51.56% from 255 or 25% from 524); Green value is 187 (73.44% from 255 or 35.69% from 524); Blue value is 206 (80.86% from 255 or 39.31% from 524); Max value from RGB is 206 - color contains mainly: blue. Hex color #83BBCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83BBCE is #7C4431. Grayscale: #ACACAC. Windows color (decimal): -8143922 or 13548419. OLE color: 13548419.
HSL color Cylindrical-coordinate representation of color #83BBCE: hue angle of 195.2º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #83BBCE is Cyan = 0.36, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 187 | 206 | - |
| CMYK | 0.36 | 0.09 | 0 | 0.19 |
| HSL | 195.2º | 0.43% | 0.66% | - |
| HSV(B) | 195.2º | 0.36% | 0.81% | - |
| XYZ | 38.27 | 44.82 | 65.03 | - |
| YUV | 172.42 | 146.95 | 98.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 187 | 206 | 0.36 | 0.09 | 0 | 0.19 | 195.2 | 0.43 | 0.66 |
| Hex | 83 | BB | CE | 24 | 9 | 0 | 13 | C3 | 2B | 42 |
| Octal | 203 | 273 | 316 | 44 | 11 | 0 | 23 | 303 | 53 | 102 |
| Binary | 10000011 | 10111011 | 11001110 | 100100 | 1001 | 0 | 10011 | 11000011 | 101011 | 1000010 |
Color Harmonies of #83BBCE
Complementary color
Monochromatic Colors of #83BBCE
Black with #83BBCE
Text Example
Text Example
White with #83BBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BBCE; }
p { color: rgb(131,187,206); }
H1.HeaderClassName
{
color: #83BBCE;
}
.AnyTagClassName
{
color: #83BBCE;
}
</style>
background-color css
<style>
a { background-color: #83BBCE; }
a { background-color: rgb(131,187,206); }
div.DivClassName
{
background-color: #83BBCE;
}
.BgClassName
{
background-color: #83BBCE;
}
</style>
border-color css
<style>
span { border-color: #83BBCE; }
span { border-color: rgb(131,187,206); }
td.TdClassName
{
border-color: #83BBCE;
}
.TagClassName
{
border-color: #83BBCE;
}
</style>