Shades of Pattens Blue #CFF1FA
Tints of Pattens Blue #CFF1FA
RGB
CMYK
RGB Variations
Color information
#CFF1FA (or 0xCFF1FA) is known color: Pattens Blue. HEX triplet: CF, F1 and FA. RGB value is (207,241,250). Sum of RGB (Red+Green+Blue) = 207+241+250=698 (92% of max value = 765). Red value is 207 (81.25% from 255 or 29.66% from 698); Green value is 241 (94.53% from 255 or 34.53% from 698); Blue value is 250 (98.05% from 255 or 35.82% from 698); Max value from RGB is 250 - color contains mainly: blue. Hex color #CFF1FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFF1FA is #300E05. Grayscale: #E7E7E7. Windows color (decimal): -3149318 or 16445903. OLE color: 16445903.
HSL color Cylindrical-coordinate representation of color #CFF1FA: hue angle of 192.56º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFF1FA is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 241 | 250 | - |
| CMYK | 0.17 | 0.04 | 0 | 0.02 |
| HSL | 192.56º | 0.81% | 0.9% | - |
| HSV(B) | 192.56º | 0.17% | 0.98% | - |
| XYZ | 74.44 | 83.08 | 102.55 | - |
| YUV | 231.86 | 138.24 | 110.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 241 | 250 | 0.17 | 0.04 | 0 | 0.02 | 192.56 | 0.81 | 0.9 |
| Hex | CF | F1 | FA | 11 | 4 | 0 | 2 | C1 | 51 | 5A |
| Octal | 317 | 361 | 372 | 21 | 4 | 0 | 2 | 301 | 121 | 132 |
| Binary | 11001111 | 11110001 | 11111010 | 10001 | 100 | 0 | 10 | 11000001 | 1010001 | 1011010 |
Color Harmonies of #CFF1FA
Complementary color
Monochromatic Colors of #CFF1FA
Black with #CFF1FA
Text Example
Text Example
White with #CFF1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF1FA; }
p { color: rgb(207,241,250); }
H1.HeaderClassName
{
color: #CFF1FA;
}
.AnyTagClassName
{
color: #CFF1FA;
}
</style>
background-color css
<style>
a { background-color: #CFF1FA; }
a { background-color: rgb(207,241,250); }
div.DivClassName
{
background-color: #CFF1FA;
}
.BgClassName
{
background-color: #CFF1FA;
}
</style>
border-color css
<style>
span { border-color: #CFF1FA; }
span { border-color: rgb(207,241,250); }
td.TdClassName
{
border-color: #CFF1FA;
}
.TagClassName
{
border-color: #CFF1FA;
}
</style>