Shades of Seagull #65BFCF
Tints of Seagull #65BFCF
RGB
CMYK
RGB Variations
Color information
#65BFCF (or 0x65BFCF) is known color: Seagull. HEX triplet: 65, BF and CF. RGB value is (101,191,207). Sum of RGB (Red+Green+Blue) = 101+191+207=499 (66% of max value = 765). Red value is 101 (39.84% from 255 or 20.24% from 499); Green value is 191 (75% from 255 or 38.28% from 499); Blue value is 207 (81.25% from 255 or 41.48% from 499); Max value from RGB is 207 - color contains mainly: blue. Hex color #65BFCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65BFCF is #9A4030. Grayscale: #A5A5A5. Windows color (decimal): -10108977 or 13614949. OLE color: 13614949.
HSL color Cylindrical-coordinate representation of color #65BFCF: hue angle of 189.06º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #65BFCF is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 191 | 207 | - |
| CMYK | 0.51 | 0.08 | 0 | 0.19 |
| HSL | 189.06º | 0.52% | 0.6% | - |
| HSV(B) | 189.06º | 0.51% | 0.81% | - |
| XYZ | 35.26 | 44.53 | 65.77 | - |
| YUV | 165.91 | 151.18 | 81.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 191 | 207 | 0.51 | 0.08 | 0 | 0.19 | 189.06 | 0.52 | 0.6 |
| Hex | 65 | BF | CF | 33 | 8 | 0 | 13 | BD | 34 | 3C |
| Octal | 145 | 277 | 317 | 63 | 10 | 0 | 23 | 275 | 64 | 74 |
| Binary | 1100101 | 10111111 | 11001111 | 110011 | 1000 | 0 | 10011 | 10111101 | 110100 | 111100 |
Color Harmonies of #65BFCF
Complementary color
Monochromatic Colors of #65BFCF
Black with #65BFCF
Text Example
Text Example
White with #65BFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BFCF; }
p { color: rgb(101,191,207); }
H1.HeaderClassName
{
color: #65BFCF;
}
.AnyTagClassName
{
color: #65BFCF;
}
</style>
background-color css
<style>
a { background-color: #65BFCF; }
a { background-color: rgb(101,191,207); }
div.DivClassName
{
background-color: #65BFCF;
}
.BgClassName
{
background-color: #65BFCF;
}
</style>
border-color css
<style>
span { border-color: #65BFCF; }
span { border-color: rgb(101,191,207); }
td.TdClassName
{
border-color: #65BFCF;
}
.TagClassName
{
border-color: #65BFCF;
}
</style>