Shades of Seagull #67B5CA
Tints of Seagull #67B5CA
RGB
CMYK
RGB Variations
Color information
#67B5CA (or 0x67B5CA) is known color: Seagull. HEX triplet: 67, B5 and CA. RGB value is (103,181,202). Sum of RGB (Red+Green+Blue) = 103+181+202=486 (64% of max value = 765). Red value is 103 (40.62% from 255 or 21.19% from 486); Green value is 181 (71.09% from 255 or 37.24% from 486); Blue value is 202 (79.30% from 255 or 41.56% from 486); Max value from RGB is 202 - color contains mainly: blue. Hex color #67B5CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67B5CA is #984A35. Grayscale: #9F9F9F. Windows color (decimal): -9980470 or 13284711. OLE color: 13284711.
HSL color Cylindrical-coordinate representation of color #67B5CA: hue angle of 192.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 #67B5CA is Cyan = 0.49, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 103 | 181 | 202 | - |
| CMYK | 0.49 | 0.10 | 0 | 0.21 |
| HSL | 192.73º | 0.48% | 0.6% | - |
| HSV(B) | 192.73º | 0.49% | 0.79% | - |
| XYZ | 32.78 | 40.2 | 61.91 | - |
| YUV | 160.07 | 151.66 | 87.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 181 | 202 | 0.49 | 0.10 | 0 | 0.21 | 192.73 | 0.48 | 0.6 |
| Hex | 67 | B5 | CA | 31 | A | 0 | 15 | C1 | 30 | 3C |
| Octal | 147 | 265 | 312 | 61 | 12 | 0 | 25 | 301 | 60 | 74 |
| Binary | 1100111 | 10110101 | 11001010 | 110001 | 1010 | 0 | 10101 | 11000001 | 110000 | 111100 |
Color Harmonies of #67B5CA
Complementary color
Monochromatic Colors of #67B5CA
Black with #67B5CA
Text Example
Text Example
White with #67B5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67B5CA; }
p { color: rgb(103,181,202); }
H1.HeaderClassName
{
color: #67B5CA;
}
.AnyTagClassName
{
color: #67B5CA;
}
</style>
background-color css
<style>
a { background-color: #67B5CA; }
a { background-color: rgb(103,181,202); }
div.DivClassName
{
background-color: #67B5CA;
}
.BgClassName
{
background-color: #67B5CA;
}
</style>
border-color css
<style>
span { border-color: #67B5CA; }
span { border-color: rgb(103,181,202); }
td.TdClassName
{
border-color: #67B5CA;
}
.TagClassName
{
border-color: #67B5CA;
}
</style>