Shades of Pattens Blue #CCF1FC
Tints of Pattens Blue #CCF1FC
RGB
CMYK
RGB Variations
Color information
#CCF1FC (or 0xCCF1FC) is known color: Pattens Blue. HEX triplet: CC, F1 and FC. RGB value is (204,241,252). Sum of RGB (Red+Green+Blue) = 204+241+252=697 (92% of max value = 765). Red value is 204 (80.08% from 255 or 29.27% from 697); Green value is 241 (94.53% from 255 or 34.58% from 697); Blue value is 252 (98.83% from 255 or 36.15% from 697); Max value from RGB is 252 - color contains mainly: blue. Hex color #CCF1FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF1FC is #330E03. Grayscale: #E7E7E7. Windows color (decimal): -3345924 or 16576972. OLE color: 16576972.
HSL color Cylindrical-coordinate representation of color #CCF1FC: hue angle of 193.75º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCF1FC is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 241 | 252 | - |
| CMYK | 0.19 | 0.04 | 0 | 0.01 |
| HSL | 193.75º | 0.89% | 0.89% | - |
| HSV(B) | 193.75º | 0.19% | 0.99% | - |
| XYZ | 73.93 | 82.78 | 104.18 | - |
| YUV | 231.19 | 139.74 | 108.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 241 | 252 | 0.19 | 0.04 | 0 | 0.01 | 193.75 | 0.89 | 0.89 |
| Hex | CC | F1 | FC | 13 | 4 | 0 | 1 | C2 | 59 | 59 |
| Octal | 314 | 361 | 374 | 23 | 4 | 0 | 1 | 302 | 131 | 131 |
| Binary | 11001100 | 11110001 | 11111100 | 10011 | 100 | 0 | 1 | 11000010 | 1011001 | 1011001 |
Color Harmonies of #CCF1FC
Complementary color
Monochromatic Colors of #CCF1FC
Black with #CCF1FC
Text Example
Text Example
White with #CCF1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF1FC; }
p { color: rgb(204,241,252); }
H1.HeaderClassName
{
color: #CCF1FC;
}
.AnyTagClassName
{
color: #CCF1FC;
}
</style>
background-color css
<style>
a { background-color: #CCF1FC; }
a { background-color: rgb(204,241,252); }
div.DivClassName
{
background-color: #CCF1FC;
}
.BgClassName
{
background-color: #CCF1FC;
}
</style>
border-color css
<style>
span { border-color: #CCF1FC; }
span { border-color: rgb(204,241,252); }
td.TdClassName
{
border-color: #CCF1FC;
}
.TagClassName
{
border-color: #CCF1FC;
}
</style>