Shades of Pattens Blue #CCF2FF
Tints of Pattens Blue #CCF2FF
RGB
CMYK
RGB Variations
Color information
#CCF2FF (or 0xCCF2FF) is known color: Pattens Blue. HEX triplet: CC, F2 and FF. RGB value is (204,242,255). Sum of RGB (Red+Green+Blue) = 204+242+255=701 (92% of max value = 765). Red value is 204 (80.08% from 255 or 29.10% from 701); Green value is 242 (94.92% from 255 or 34.52% from 701); Blue value is 255 (100% from 255 or 36.38% from 701); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCF2FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF2FF is #330D00. Grayscale: #E8E8E8. Windows color (decimal): -3345665 or 16773836. OLE color: 16773836.
HSL color Cylindrical-coordinate representation of color #CCF2FF: hue angle of 195.29º 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 #CCF2FF is Cyan = 0.2, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 242 | 255 | - |
| CMYK | 0.2 | 0.05 | 0 | 0 |
| HSL | 195.29º | 1% | 0.9% | - |
| HSV(B) | 195.29º | 0.2% | 1% | - |
| XYZ | 74.7 | 83.56 | 106.8 | - |
| YUV | 232.12 | 140.91 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 242 | 255 | 0.2 | 0.05 | 0 | 0 | 195.29 | 1 | 0.9 |
| Hex | CC | F2 | FF | 14 | 5 | 0 | 0 | C3 | 64 | 5A |
| Octal | 314 | 362 | 377 | 24 | 5 | 0 | 0 | 303 | 144 | 132 |
| Binary | 11001100 | 11110010 | 11111111 | 10100 | 101 | 0 | 0 | 11000011 | 1100100 | 1011010 |
Color Harmonies of #CCF2FF
Complementary color
Monochromatic Colors of #CCF2FF
Black with #CCF2FF
Text Example
Text Example
White with #CCF2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF2FF; }
p { color: rgb(204,242,255); }
H1.HeaderClassName
{
color: #CCF2FF;
}
.AnyTagClassName
{
color: #CCF2FF;
}
</style>
background-color css
<style>
a { background-color: #CCF2FF; }
a { background-color: rgb(204,242,255); }
div.DivClassName
{
background-color: #CCF2FF;
}
.BgClassName
{
background-color: #CCF2FF;
}
</style>
border-color css
<style>
span { border-color: #CCF2FF; }
span { border-color: rgb(204,242,255); }
td.TdClassName
{
border-color: #CCF2FF;
}
.TagClassName
{
border-color: #CCF2FF;
}
</style>