Shades of Pattens Blue #C7F0FF
Tints of Pattens Blue #C7F0FF
RGB
CMYK
RGB Variations
Color information
#C7F0FF (or 0xC7F0FF) is known color: Pattens Blue. HEX triplet: C7, F0 and FF. RGB value is (199,240,255). Sum of RGB (Red+Green+Blue) = 199+240+255=694 (91% of max value = 765). Red value is 199 (78.12% from 255 or 28.67% from 694); Green value is 240 (94.14% from 255 or 34.58% from 694); Blue value is 255 (100% from 255 or 36.74% from 694); Max value from RGB is 255 - color contains mainly: blue. Hex color #C7F0FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7F0FF is #380F00. Grayscale: #E5E5E5. Windows color (decimal): -3673857 or 16773319. OLE color: 16773319.
HSL color Cylindrical-coordinate representation of color #C7F0FF: hue angle of 196.07º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C7F0FF is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 199 | 240 | 255 | - |
| CMYK | 0.22 | 0.06 | 0 | 0 |
| HSL | 196.07º | 1% | 0.89% | - |
| HSV(B) | 196.07º | 0.22% | 1% | - |
| XYZ | 72.76 | 81.68 | 106.54 | - |
| YUV | 229.45 | 142.42 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 240 | 255 | 0.22 | 0.06 | 0 | 0 | 196.07 | 1 | 0.89 |
| Hex | C7 | F0 | FF | 16 | 6 | 0 | 0 | C4 | 64 | 59 |
| Octal | 307 | 360 | 377 | 26 | 6 | 0 | 0 | 304 | 144 | 131 |
| Binary | 11000111 | 11110000 | 11111111 | 10110 | 110 | 0 | 0 | 11000100 | 1100100 | 1011001 |
Color Harmonies of #C7F0FF
Complementary color
Monochromatic Colors of #C7F0FF
Black with #C7F0FF
Text Example
Text Example
White with #C7F0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F0FF; }
p { color: rgb(199,240,255); }
H1.HeaderClassName
{
color: #C7F0FF;
}
.AnyTagClassName
{
color: #C7F0FF;
}
</style>
background-color css
<style>
a { background-color: #C7F0FF; }
a { background-color: rgb(199,240,255); }
div.DivClassName
{
background-color: #C7F0FF;
}
.BgClassName
{
background-color: #C7F0FF;
}
</style>
border-color css
<style>
span { border-color: #C7F0FF; }
span { border-color: rgb(199,240,255); }
td.TdClassName
{
border-color: #C7F0FF;
}
.TagClassName
{
border-color: #C7F0FF;
}
</style>