Shades of Seagull #84B2CB
Tints of Seagull #84B2CB
RGB
CMYK
RGB Variations
Color information
#84B2CB (or 0x84B2CB) is known color: Seagull. HEX triplet: 84, B2 and CB. RGB value is (132,178,203). Sum of RGB (Red+Green+Blue) = 132+178+203=513 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.73% from 513); Green value is 178 (69.92% from 255 or 34.70% from 513); Blue value is 203 (79.69% from 255 or 39.57% from 513); Max value from RGB is 203 - color contains mainly: blue. Hex color #84B2CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84B2CB is #7B4D34. Grayscale: #A6A6A6. Windows color (decimal): -8080693 or 13349508. OLE color: 13349508.
HSL color Cylindrical-coordinate representation of color #84B2CB: hue angle of 201.13º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #84B2CB is Cyan = 0.35, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 132 | 178 | 203 | - |
| CMYK | 0.35 | 0.12 | 0 | 0.20 |
| HSL | 201.13º | 0.41% | 0.66% | - |
| HSV(B) | 201.13º | 0.35% | 0.8% | - |
| XYZ | 36.22 | 41.06 | 62.52 | - |
| YUV | 167.1 | 148.26 | 102.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 178 | 203 | 0.35 | 0.12 | 0 | 0.20 | 201.13 | 0.41 | 0.66 |
| Hex | 84 | B2 | CB | 23 | C | 0 | 14 | C9 | 29 | 42 |
| Octal | 204 | 262 | 313 | 43 | 14 | 0 | 24 | 311 | 51 | 102 |
| Binary | 10000100 | 10110010 | 11001011 | 100011 | 1100 | 0 | 10100 | 11001001 | 101001 | 1000010 |
Color Harmonies of #84B2CB
Complementary color
Monochromatic Colors of #84B2CB
Black with #84B2CB
Text Example
Text Example
White with #84B2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B2CB; }
p { color: rgb(132,178,203); }
H1.HeaderClassName
{
color: #84B2CB;
}
.AnyTagClassName
{
color: #84B2CB;
}
</style>
background-color css
<style>
a { background-color: #84B2CB; }
a { background-color: rgb(132,178,203); }
div.DivClassName
{
background-color: #84B2CB;
}
.BgClassName
{
background-color: #84B2CB;
}
</style>
border-color css
<style>
span { border-color: #84B2CB; }
span { border-color: rgb(132,178,203); }
td.TdClassName
{
border-color: #84B2CB;
}
.TagClassName
{
border-color: #84B2CB;
}
</style>