Shades of Pattens Blue #CCF4FF
Tints of Pattens Blue #CCF4FF
RGB
CMYK
RGB Variations
Color information
#CCF4FF (or 0xCCF4FF) is known color: Pattens Blue. HEX triplet: CC, F4 and FF. RGB value is (204,244,255). Sum of RGB (Red+Green+Blue) = 204+244+255=703 (93% of max value = 765). Red value is 204 (80.08% from 255 or 29.02% from 703); Green value is 244 (95.70% from 255 or 34.71% from 703); Blue value is 255 (100% from 255 or 36.27% from 703); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCF4FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF4FF is #330B00. Grayscale: #E9E9E9. Windows color (decimal): -3345153 or 16774348. OLE color: 16774348.
HSL color Cylindrical-coordinate representation of color #CCF4FF: hue angle of 192.94º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCF4FF is Cyan = 0.2, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 244 | 255 | - |
| CMYK | 0.2 | 0.04 | 0 | 0 |
| HSL | 192.94º | 1% | 0.9% | - |
| HSV(B) | 192.94º | 0.2% | 1% | - |
| XYZ | 75.3 | 84.76 | 107 | - |
| YUV | 233.29 | 140.25 | 107.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 244 | 255 | 0.2 | 0.04 | 0 | 0 | 192.94 | 1 | 0.9 |
| Hex | CC | F4 | FF | 14 | 4 | 0 | 0 | C1 | 64 | 5A |
| Octal | 314 | 364 | 377 | 24 | 4 | 0 | 0 | 301 | 144 | 132 |
| Binary | 11001100 | 11110100 | 11111111 | 10100 | 100 | 0 | 0 | 11000001 | 1100100 | 1011010 |
Color Harmonies of #CCF4FF
Complementary color
Monochromatic Colors of #CCF4FF
Black with #CCF4FF
Text Example
Text Example
White with #CCF4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF4FF; }
p { color: rgb(204,244,255); }
H1.HeaderClassName
{
color: #CCF4FF;
}
.AnyTagClassName
{
color: #CCF4FF;
}
</style>
background-color css
<style>
a { background-color: #CCF4FF; }
a { background-color: rgb(204,244,255); }
div.DivClassName
{
background-color: #CCF4FF;
}
.BgClassName
{
background-color: #CCF4FF;
}
</style>
border-color css
<style>
span { border-color: #CCF4FF; }
span { border-color: rgb(204,244,255); }
td.TdClassName
{
border-color: #CCF4FF;
}
.TagClassName
{
border-color: #CCF4FF;
}
</style>