Shades of Pattens Blue #CCF1FE
Tints of Pattens Blue #CCF1FE
RGB
CMYK
RGB Variations
Color information
#CCF1FE (or 0xCCF1FE) is known color: Pattens Blue. HEX triplet: CC, F1 and FE. RGB value is (204,241,254). Sum of RGB (Red+Green+Blue) = 204+241+254=699 (92% of max value = 765). Red value is 204 (80.08% from 255 or 29.18% from 699); Green value is 241 (94.53% from 255 or 34.48% from 699); Blue value is 254 (99.61% from 255 or 36.34% from 699); Max value from RGB is 254 - color contains mainly: blue. Hex color #CCF1FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF1FE is #330E01. Grayscale: #E7E7E7. Windows color (decimal): -3345922 or 16708044. OLE color: 16708044.
HSL color Cylindrical-coordinate representation of color #CCF1FE: hue angle of 195.6º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCF1FE is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 241 | 254 | - |
| CMYK | 0.20 | 0.05 | 0 | 0.00 |
| HSL | 195.6º | 0.96% | 0.9% | - |
| HSV(B) | 195.6º | 0.2% | 1% | - |
| XYZ | 74.25 | 82.9 | 105.85 | - |
| YUV | 231.42 | 140.74 | 108.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 241 | 254 | 0.20 | 0.05 | 0 | 0.00 | 195.6 | 0.96 | 0.9 |
| Hex | CC | F1 | FE | 14 | 5 | 0 | 0 | C4 | 60 | 5A |
| Octal | 314 | 361 | 376 | 24 | 5 | 0 | 0 | 304 | 140 | 132 |
| Binary | 11001100 | 11110001 | 11111110 | 10100 | 101 | 0 | 0 | 11000100 | 1100000 | 1011010 |
Color Harmonies of #CCF1FE
Complementary color
Monochromatic Colors of #CCF1FE
Black with #CCF1FE
Text Example
Text Example
White with #CCF1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF1FE; }
p { color: rgb(204,241,254); }
H1.HeaderClassName
{
color: #CCF1FE;
}
.AnyTagClassName
{
color: #CCF1FE;
}
</style>
background-color css
<style>
a { background-color: #CCF1FE; }
a { background-color: rgb(204,241,254); }
div.DivClassName
{
background-color: #CCF1FE;
}
.BgClassName
{
background-color: #CCF1FE;
}
</style>
border-color css
<style>
span { border-color: #CCF1FE; }
span { border-color: rgb(204,241,254); }
td.TdClassName
{
border-color: #CCF1FE;
}
.TagClassName
{
border-color: #CCF1FE;
}
</style>