Shades of Seagull #68BFCA
Tints of Seagull #68BFCA
RGB
CMYK
RGB Variations
Color information
#68BFCA (or 0x68BFCA) is known color: Seagull. HEX triplet: 68, BF and CA. RGB value is (104,191,202). Sum of RGB (Red+Green+Blue) = 104+191+202=497 (65% of max value = 765). Red value is 104 (41.02% from 255 or 20.93% from 497); Green value is 191 (75% from 255 or 38.43% from 497); Blue value is 202 (79.30% from 255 or 40.64% from 497); Max value from RGB is 202 - color contains mainly: blue. Hex color #68BFCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BFCA is #974035. Grayscale: #A6A6A6. Windows color (decimal): -9912374 or 13287272. OLE color: 13287272.
HSL color Cylindrical-coordinate representation of color #68BFCA: hue angle of 186.73º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #68BFCA is Cyan = 0.49, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 104 | 191 | 202 | - |
| CMYK | 0.49 | 0.05 | 0 | 0.21 |
| HSL | 186.73º | 0.48% | 0.6% | - |
| HSV(B) | 186.73º | 0.49% | 0.79% | - |
| XYZ | 35 | 44.47 | 62.62 | - |
| YUV | 166.24 | 148.18 | 83.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 191 | 202 | 0.49 | 0.05 | 0 | 0.21 | 186.73 | 0.48 | 0.6 |
| Hex | 68 | BF | CA | 31 | 5 | 0 | 15 | BB | 30 | 3C |
| Octal | 150 | 277 | 312 | 61 | 5 | 0 | 25 | 273 | 60 | 74 |
| Binary | 1101000 | 10111111 | 11001010 | 110001 | 101 | 0 | 10101 | 10111011 | 110000 | 111100 |
Color Harmonies of #68BFCA
Complementary color
Monochromatic Colors of #68BFCA
Black with #68BFCA
Text Example
Text Example
White with #68BFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BFCA; }
p { color: rgb(104,191,202); }
H1.HeaderClassName
{
color: #68BFCA;
}
.AnyTagClassName
{
color: #68BFCA;
}
</style>
background-color css
<style>
a { background-color: #68BFCA; }
a { background-color: rgb(104,191,202); }
div.DivClassName
{
background-color: #68BFCA;
}
.BgClassName
{
background-color: #68BFCA;
}
</style>
border-color css
<style>
span { border-color: #68BFCA; }
span { border-color: rgb(104,191,202); }
td.TdClassName
{
border-color: #68BFCA;
}
.TagClassName
{
border-color: #68BFCA;
}
</style>