Shades of Seagull #84B1CB
Tints of Seagull #84B1CB
RGB
CMYK
RGB Variations
Color information
#84B1CB (or 0x84B1CB) is known color: Seagull. HEX triplet: 84, B1 and CB. RGB value is (132,177,203). Sum of RGB (Red+Green+Blue) = 132+177+203=512 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.78% from 512); Green value is 177 (69.53% from 255 or 34.57% from 512); Blue value is 203 (79.69% from 255 or 39.65% from 512); Max value from RGB is 203 - color contains mainly: blue. Hex color #84B1CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84B1CB is #7B4E34. Grayscale: #A6A6A6. Windows color (decimal): -8080949 or 13349252. OLE color: 13349252.
HSL color Cylindrical-coordinate representation of color #84B1CB: hue angle of 201.97º 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 #84B1CB is Cyan = 0.35, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 132 | 177 | 203 | - |
| CMYK | 0.35 | 0.13 | 0 | 0.20 |
| HSL | 201.97º | 0.41% | 0.66% | - |
| HSV(B) | 201.97º | 0.35% | 0.8% | - |
| XYZ | 36.02 | 40.66 | 62.45 | - |
| YUV | 166.51 | 148.59 | 103.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 177 | 203 | 0.35 | 0.13 | 0 | 0.20 | 201.97 | 0.41 | 0.66 |
| Hex | 84 | B1 | CB | 23 | D | 0 | 14 | CA | 29 | 42 |
| Octal | 204 | 261 | 313 | 43 | 15 | 0 | 24 | 312 | 51 | 102 |
| Binary | 10000100 | 10110001 | 11001011 | 100011 | 1101 | 0 | 10100 | 11001010 | 101001 | 1000010 |
Color Harmonies of #84B1CB
Complementary color
Monochromatic Colors of #84B1CB
Black with #84B1CB
Text Example
Text Example
White with #84B1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B1CB; }
p { color: rgb(132,177,203); }
H1.HeaderClassName
{
color: #84B1CB;
}
.AnyTagClassName
{
color: #84B1CB;
}
</style>
background-color css
<style>
a { background-color: #84B1CB; }
a { background-color: rgb(132,177,203); }
div.DivClassName
{
background-color: #84B1CB;
}
.BgClassName
{
background-color: #84B1CB;
}
</style>
border-color css
<style>
span { border-color: #84B1CB; }
span { border-color: rgb(132,177,203); }
td.TdClassName
{
border-color: #84B1CB;
}
.TagClassName
{
border-color: #84B1CB;
}
</style>