Shades of Pattens Blue #CFECFF
Tints of Pattens Blue #CFECFF
RGB
CMYK
RGB Variations
Color information
#CFECFF (or 0xCFECFF) is known color: Pattens Blue. HEX triplet: CF, EC and FF. RGB value is (207,236,255). Sum of RGB (Red+Green+Blue) = 207+236+255=698 (92% of max value = 765). Red value is 207 (81.25% from 255 or 29.66% from 698); Green value is 236 (92.58% from 255 or 33.81% from 698); Blue value is 255 (100% from 255 or 36.53% from 698); Max value from RGB is 255 - color contains mainly: blue. Hex color #CFECFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFECFF is #301300. Grayscale: #E5E5E5. Windows color (decimal): -3150593 or 16772303. OLE color: 16772303.
HSL color Cylindrical-coordinate representation of color #CFECFF: hue angle of 203.75º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFECFF is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 236 | 255 | - |
| CMYK | 0.19 | 0.07 | 0 | 0 |
| HSL | 203.75º | 1% | 0.91% | - |
| HSV(B) | 203.75º | 0.19% | 1% | - |
| XYZ | 73.78 | 80.48 | 106.25 | - |
| YUV | 229.5 | 142.39 | 111.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 236 | 255 | 0.19 | 0.07 | 0 | 0 | 203.75 | 1 | 0.91 |
| Hex | CF | EC | FF | 13 | 7 | 0 | 0 | CC | 64 | 5B |
| Octal | 317 | 354 | 377 | 23 | 7 | 0 | 0 | 314 | 144 | 133 |
| Binary | 11001111 | 11101100 | 11111111 | 10011 | 111 | 0 | 0 | 11001100 | 1100100 | 1011011 |
Color Harmonies of #CFECFF
Complementary color
Monochromatic Colors of #CFECFF
Black with #CFECFF
Text Example
Text Example
White with #CFECFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFECFF; }
p { color: rgb(207,236,255); }
H1.HeaderClassName
{
color: #CFECFF;
}
.AnyTagClassName
{
color: #CFECFF;
}
</style>
background-color css
<style>
a { background-color: #CFECFF; }
a { background-color: rgb(207,236,255); }
div.DivClassName
{
background-color: #CFECFF;
}
.BgClassName
{
background-color: #CFECFF;
}
</style>
border-color css
<style>
span { border-color: #CFECFF; }
span { border-color: rgb(207,236,255); }
td.TdClassName
{
border-color: #CFECFF;
}
.TagClassName
{
border-color: #CFECFF;
}
</style>