Shades of Seagull #63B2CC
Tints of Seagull #63B2CC
RGB
CMYK
RGB Variations
Color information
#63B2CC (or 0x63B2CC) is known color: Seagull. HEX triplet: 63, B2 and CC. RGB value is (99,178,204). Sum of RGB (Red+Green+Blue) = 99+178+204=481 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.58% from 481); Green value is 178 (69.92% from 255 or 37.01% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 204 - color contains mainly: blue. Hex color #63B2CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63B2CC is #9C4D33. Grayscale: #9D9D9D. Windows color (decimal): -10243380 or 13415011. OLE color: 13415011.
HSL color Cylindrical-coordinate representation of color #63B2CC: hue angle of 194.86º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #63B2CC is Cyan = 0.51, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 99 | 178 | 204 | - |
| CMYK | 0.51 | 0.13 | 0 | 0.2 |
| HSL | 194.86º | 0.51% | 0.59% | - |
| HSV(B) | 194.86º | 0.51% | 0.8% | - |
| XYZ | 31.97 | 38.85 | 62.94 | - |
| YUV | 157.34 | 154.33 | 86.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 178 | 204 | 0.51 | 0.13 | 0 | 0.2 | 194.86 | 0.51 | 0.59 |
| Hex | 63 | B2 | CC | 33 | D | 0 | 14 | C3 | 33 | 3B |
| Octal | 143 | 262 | 314 | 63 | 15 | 0 | 24 | 303 | 63 | 73 |
| Binary | 1100011 | 10110010 | 11001100 | 110011 | 1101 | 0 | 10100 | 11000011 | 110011 | 111011 |
Color Harmonies of #63B2CC
Complementary color
Monochromatic Colors of #63B2CC
Black with #63B2CC
Text Example
Text Example
White with #63B2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63B2CC; }
p { color: rgb(99,178,204); }
H1.HeaderClassName
{
color: #63B2CC;
}
.AnyTagClassName
{
color: #63B2CC;
}
</style>
background-color css
<style>
a { background-color: #63B2CC; }
a { background-color: rgb(99,178,204); }
div.DivClassName
{
background-color: #63B2CC;
}
.BgClassName
{
background-color: #63B2CC;
}
</style>
border-color css
<style>
span { border-color: #63B2CC; }
span { border-color: rgb(99,178,204); }
td.TdClassName
{
border-color: #63B2CC;
}
.TagClassName
{
border-color: #63B2CC;
}
</style>