Shades of Pattens Blue #CFF2FA
Tints of Pattens Blue #CFF2FA
RGB
CMYK
RGB Variations
Color information
#CFF2FA (or 0xCFF2FA) is known color: Pattens Blue. HEX triplet: CF, F2 and FA. RGB value is (207,242,250). Sum of RGB (Red+Green+Blue) = 207+242+250=699 (92% of max value = 765). Red value is 207 (81.25% from 255 or 29.61% from 699); Green value is 242 (94.92% from 255 or 34.62% from 699); Blue value is 250 (98.05% from 255 or 35.77% from 699); Max value from RGB is 250 - color contains mainly: blue. Hex color #CFF2FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFF2FA is #300D05. Grayscale: #E8E8E8. Windows color (decimal): -3149062 or 16446159. OLE color: 16446159.
HSL color Cylindrical-coordinate representation of color #CFF2FA: hue angle of 191.16º 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 #CFF2FA is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 242 | 250 | - |
| CMYK | 0.17 | 0.03 | 0 | 0.02 |
| HSL | 191.16º | 0.81% | 0.9% | - |
| HSV(B) | 191.16º | 0.17% | 0.98% | - |
| XYZ | 74.74 | 83.67 | 102.65 | - |
| YUV | 232.45 | 137.9 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 242 | 250 | 0.17 | 0.03 | 0 | 0.02 | 191.16 | 0.81 | 0.9 |
| Hex | CF | F2 | FA | 11 | 3 | 0 | 2 | BF | 51 | 5A |
| Octal | 317 | 362 | 372 | 21 | 3 | 0 | 2 | 277 | 121 | 132 |
| Binary | 11001111 | 11110010 | 11111010 | 10001 | 11 | 0 | 10 | 10111111 | 1010001 | 1011010 |
Color Harmonies of #CFF2FA
Complementary color
Monochromatic Colors of #CFF2FA
Black with #CFF2FA
Text Example
Text Example
White with #CFF2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF2FA; }
p { color: rgb(207,242,250); }
H1.HeaderClassName
{
color: #CFF2FA;
}
.AnyTagClassName
{
color: #CFF2FA;
}
</style>
background-color css
<style>
a { background-color: #CFF2FA; }
a { background-color: rgb(207,242,250); }
div.DivClassName
{
background-color: #CFF2FA;
}
.BgClassName
{
background-color: #CFF2FA;
}
</style>
border-color css
<style>
span { border-color: #CFF2FA; }
span { border-color: rgb(207,242,250); }
td.TdClassName
{
border-color: #CFF2FA;
}
.TagClassName
{
border-color: #CFF2FA;
}
</style>