Shades of Pattens Blue #CFEFFC
Tints of Pattens Blue #CFEFFC
RGB
CMYK
RGB Variations
Color information
#CFEFFC (or 0xCFEFFC) is known color: Pattens Blue. HEX triplet: CF, EF and FC. RGB value is (207,239,252). Sum of RGB (Red+Green+Blue) = 207+239+252=698 (92% of max value = 765). Red value is 207 (81.25% from 255 or 29.66% from 698); Green value is 239 (93.75% from 255 or 34.24% from 698); Blue value is 252 (98.83% from 255 or 36.10% from 698); Max value from RGB is 252 - color contains mainly: blue. Hex color #CFEFFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFEFFC is #301003. Grayscale: #E6E6E6. Windows color (decimal): -3149828 or 16576463. OLE color: 16576463.
HSL color Cylindrical-coordinate representation of color #CFEFFC: hue angle of 197.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 #CFEFFC is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 239 | 252 | - |
| CMYK | 0.18 | 0.05 | 0 | 0.01 |
| HSL | 197.33º | 0.88% | 0.9% | - |
| HSV(B) | 197.33º | 0.18% | 0.99% | - |
| XYZ | 74.17 | 82.03 | 104.02 | - |
| YUV | 230.91 | 139.9 | 110.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 239 | 252 | 0.18 | 0.05 | 0 | 0.01 | 197.33 | 0.88 | 0.9 |
| Hex | CF | EF | FC | 12 | 5 | 0 | 1 | C5 | 58 | 5A |
| Octal | 317 | 357 | 374 | 22 | 5 | 0 | 1 | 305 | 130 | 132 |
| Binary | 11001111 | 11101111 | 11111100 | 10010 | 101 | 0 | 1 | 11000101 | 1011000 | 1011010 |
Color Harmonies of #CFEFFC
Complementary color
Monochromatic Colors of #CFEFFC
Black with #CFEFFC
Text Example
Text Example
White with #CFEFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEFFC; }
p { color: rgb(207,239,252); }
H1.HeaderClassName
{
color: #CFEFFC;
}
.AnyTagClassName
{
color: #CFEFFC;
}
</style>
background-color css
<style>
a { background-color: #CFEFFC; }
a { background-color: rgb(207,239,252); }
div.DivClassName
{
background-color: #CFEFFC;
}
.BgClassName
{
background-color: #CFEFFC;
}
</style>
border-color css
<style>
span { border-color: #CFEFFC; }
span { border-color: rgb(207,239,252); }
td.TdClassName
{
border-color: #CFEFFC;
}
.TagClassName
{
border-color: #CFEFFC;
}
</style>