Shades of Pattens Blue #CFF5FF
Tints of Pattens Blue #CFF5FF
RGB
CMYK
RGB Variations
Color information
#CFF5FF (or 0xCFF5FF) is known color: Pattens Blue. HEX triplet: CF, F5 and FF. RGB value is (207,245,255). Sum of RGB (Red+Green+Blue) = 207+245+255=707 (93% of max value = 765). Red value is 207 (81.25% from 255 or 29.28% from 707); Green value is 245 (96.09% from 255 or 34.65% from 707); Blue value is 255 (100% from 255 or 36.07% from 707); Max value from RGB is 255 - color contains mainly: blue. Hex color #CFF5FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFF5FF is #300A00. Grayscale: #EAEAEA. Windows color (decimal): -3148289 or 16774607. OLE color: 16774607.
HSL color Cylindrical-coordinate representation of color #CFF5FF: hue angle of 192.5º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFF5FF is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 245 | 255 | - |
| CMYK | 0.19 | 0.04 | 0 | 0 |
| HSL | 192.5º | 1% | 0.91% | - |
| HSV(B) | 192.5º | 0.19% | 1% | - |
| XYZ | 76.43 | 85.79 | 107.14 | - |
| YUV | 234.78 | 139.41 | 108.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 245 | 255 | 0.19 | 0.04 | 0 | 0 | 192.5 | 1 | 0.91 |
| Hex | CF | F5 | FF | 13 | 4 | 0 | 0 | C0 | 64 | 5B |
| Octal | 317 | 365 | 377 | 23 | 4 | 0 | 0 | 300 | 144 | 133 |
| Binary | 11001111 | 11110101 | 11111111 | 10011 | 100 | 0 | 0 | 11000000 | 1100100 | 1011011 |
Color Harmonies of #CFF5FF
Complementary color
Monochromatic Colors of #CFF5FF
Black with #CFF5FF
Text Example
Text Example
White with #CFF5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF5FF; }
p { color: rgb(207,245,255); }
H1.HeaderClassName
{
color: #CFF5FF;
}
.AnyTagClassName
{
color: #CFF5FF;
}
</style>
background-color css
<style>
a { background-color: #CFF5FF; }
a { background-color: rgb(207,245,255); }
div.DivClassName
{
background-color: #CFF5FF;
}
.BgClassName
{
background-color: #CFF5FF;
}
</style>
border-color css
<style>
span { border-color: #CFF5FF; }
span { border-color: rgb(207,245,255); }
td.TdClassName
{
border-color: #CFF5FF;
}
.TagClassName
{
border-color: #CFF5FF;
}
</style>