Shades of Pattens Blue #CFECFC
Tints of Pattens Blue #CFECFC
RGB
CMYK
RGB Variations
Color information
#CFECFC (or 0xCFECFC) is known color: Pattens Blue. HEX triplet: CF, EC and FC. RGB value is (207,236,252). Sum of RGB (Red+Green+Blue) = 207+236+252=695 (92% of max value = 765). Red value is 207 (81.25% from 255 or 29.78% from 695); Green value is 236 (92.58% from 255 or 33.96% from 695); Blue value is 252 (98.83% from 255 or 36.26% from 695); Max value from RGB is 252 - color contains mainly: blue. Hex color #CFECFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFECFC is #301303. Grayscale: #E5E5E5. Windows color (decimal): -3150596 or 16575695. OLE color: 16575695.
HSL color Cylindrical-coordinate representation of color #CFECFC: hue angle of 201.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 #CFECFC is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 236 | 252 | - |
| CMYK | 0.18 | 0.06 | 0 | 0.01 |
| HSL | 201.33º | 0.88% | 0.9% | - |
| HSV(B) | 201.33º | 0.18% | 0.99% | - |
| XYZ | 73.3 | 80.28 | 103.73 | - |
| YUV | 229.15 | 140.89 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 236 | 252 | 0.18 | 0.06 | 0 | 0.01 | 201.33 | 0.88 | 0.9 |
| Hex | CF | EC | FC | 12 | 6 | 0 | 1 | C9 | 58 | 5A |
| Octal | 317 | 354 | 374 | 22 | 6 | 0 | 1 | 311 | 130 | 132 |
| Binary | 11001111 | 11101100 | 11111100 | 10010 | 110 | 0 | 1 | 11001001 | 1011000 | 1011010 |
Color Harmonies of #CFECFC
Complementary color
Monochromatic Colors of #CFECFC
Black with #CFECFC
Text Example
Text Example
White with #CFECFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFECFC; }
p { color: rgb(207,236,252); }
H1.HeaderClassName
{
color: #CFECFC;
}
.AnyTagClassName
{
color: #CFECFC;
}
</style>
background-color css
<style>
a { background-color: #CFECFC; }
a { background-color: rgb(207,236,252); }
div.DivClassName
{
background-color: #CFECFC;
}
.BgClassName
{
background-color: #CFECFC;
}
</style>
border-color css
<style>
span { border-color: #CFECFC; }
span { border-color: rgb(207,236,252); }
td.TdClassName
{
border-color: #CFECFC;
}
.TagClassName
{
border-color: #CFECFC;
}
</style>