Shades of Pattens Blue #CFF2FC
Tints of Pattens Blue #CFF2FC
RGB
CMYK
RGB Variations
Color information
#CFF2FC (or 0xCFF2FC) is known color: Pattens Blue. HEX triplet: CF, F2 and FC. RGB value is (207,242,252). Sum of RGB (Red+Green+Blue) = 207+242+252=701 (92% of max value = 765). Red value is 207 (81.25% from 255 or 29.53% from 701); Green value is 242 (94.92% from 255 or 34.52% from 701); Blue value is 252 (98.83% from 255 or 35.95% from 701); Max value from RGB is 252 - color contains mainly: blue. Hex color #CFF2FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFF2FC is #300D03. Grayscale: #E8E8E8. Windows color (decimal): -3149060 or 16577231. OLE color: 16577231.
HSL color Cylindrical-coordinate representation of color #CFF2FC: hue angle of 193.33º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFF2FC is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 242 | 252 | - |
| CMYK | 0.18 | 0.04 | 0 | 0.01 |
| HSL | 193.33º | 0.88% | 0.9% | - |
| HSV(B) | 193.33º | 0.18% | 0.99% | - |
| XYZ | 75.05 | 83.8 | 104.31 | - |
| YUV | 232.68 | 138.9 | 109.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 242 | 252 | 0.18 | 0.04 | 0 | 0.01 | 193.33 | 0.88 | 0.9 |
| Hex | CF | F2 | FC | 12 | 4 | 0 | 1 | C1 | 58 | 5A |
| Octal | 317 | 362 | 374 | 22 | 4 | 0 | 1 | 301 | 130 | 132 |
| Binary | 11001111 | 11110010 | 11111100 | 10010 | 100 | 0 | 1 | 11000001 | 1011000 | 1011010 |
Color Harmonies of #CFF2FC
Complementary color
Monochromatic Colors of #CFF2FC
Black with #CFF2FC
Text Example
Text Example
White with #CFF2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF2FC; }
p { color: rgb(207,242,252); }
H1.HeaderClassName
{
color: #CFF2FC;
}
.AnyTagClassName
{
color: #CFF2FC;
}
</style>
background-color css
<style>
a { background-color: #CFF2FC; }
a { background-color: rgb(207,242,252); }
div.DivClassName
{
background-color: #CFF2FC;
}
.BgClassName
{
background-color: #CFF2FC;
}
</style>
border-color css
<style>
span { border-color: #CFF2FC; }
span { border-color: rgb(207,242,252); }
td.TdClassName
{
border-color: #CFF2FC;
}
.TagClassName
{
border-color: #CFF2FC;
}
</style>