Shades of Seagull #63BBCE
Tints of Seagull #63BBCE
RGB
CMYK
RGB Variations
Color information
#63BBCE (or 0x63BBCE) is known color: Seagull. HEX triplet: 63, BB and CE. RGB value is (99,187,206). Sum of RGB (Red+Green+Blue) = 99+187+206=492 (65% of max value = 765). Red value is 99 (39.06% from 255 or 20.12% from 492); Green value is 187 (73.44% from 255 or 38.01% from 492); Blue value is 206 (80.86% from 255 or 41.87% from 492); Max value from RGB is 206 - color contains mainly: blue. Hex color #63BBCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63BBCE is #9C4431. Grayscale: #A2A2A2. Windows color (decimal): -10241074 or 13548387. OLE color: 13548387.
HSL color Cylindrical-coordinate representation of color #63BBCE: hue angle of 190.65º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #63BBCE is Cyan = 0.52, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 99 | 187 | 206 | - |
| CMYK | 0.52 | 0.09 | 0 | 0.19 |
| HSL | 190.65º | 0.52% | 0.6% | - |
| HSV(B) | 190.65º | 0.52% | 0.81% | - |
| XYZ | 34.06 | 42.65 | 64.83 | - |
| YUV | 162.85 | 152.35 | 82.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 187 | 206 | 0.52 | 0.09 | 0 | 0.19 | 190.65 | 0.52 | 0.6 |
| Hex | 63 | BB | CE | 34 | 9 | 0 | 13 | BF | 34 | 3C |
| Octal | 143 | 273 | 316 | 64 | 11 | 0 | 23 | 277 | 64 | 74 |
| Binary | 1100011 | 10111011 | 11001110 | 110100 | 1001 | 0 | 10011 | 10111111 | 110100 | 111100 |
Color Harmonies of #63BBCE
Complementary color
Monochromatic Colors of #63BBCE
Black with #63BBCE
Text Example
Text Example
White with #63BBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63BBCE; }
p { color: rgb(99,187,206); }
H1.HeaderClassName
{
color: #63BBCE;
}
.AnyTagClassName
{
color: #63BBCE;
}
</style>
background-color css
<style>
a { background-color: #63BBCE; }
a { background-color: rgb(99,187,206); }
div.DivClassName
{
background-color: #63BBCE;
}
.BgClassName
{
background-color: #63BBCE;
}
</style>
border-color css
<style>
span { border-color: #63BBCE; }
span { border-color: rgb(99,187,206); }
td.TdClassName
{
border-color: #63BBCE;
}
.TagClassName
{
border-color: #63BBCE;
}
</style>