Shades of Pattens Blue #CCF0FE
Tints of Pattens Blue #CCF0FE
RGB
CMYK
RGB Variations
Color information
#CCF0FE (or 0xCCF0FE) is known color: Pattens Blue. HEX triplet: CC, F0 and FE. RGB value is (204,240,254). Sum of RGB (Red+Green+Blue) = 204+240+254=698 (92% of max value = 765). Red value is 204 (80.08% from 255 or 29.23% from 698); Green value is 240 (94.14% from 255 or 34.38% from 698); Blue value is 254 (99.61% from 255 or 36.39% from 698); Max value from RGB is 254 - color contains mainly: blue. Hex color #CCF0FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF0FE is #330F01. Grayscale: #E6E6E6. Windows color (decimal): -3346178 or 16707788. OLE color: 16707788.
HSL color Cylindrical-coordinate representation of color #CCF0FE: hue angle of 196.8º 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 #CCF0FE is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 240 | 254 | - |
| CMYK | 0.20 | 0.06 | 0 | 0.00 |
| HSL | 196.8º | 0.96% | 0.9% | - |
| HSV(B) | 196.8º | 0.2% | 1% | - |
| XYZ | 73.95 | 82.31 | 105.76 | - |
| YUV | 230.83 | 141.07 | 108.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 240 | 254 | 0.20 | 0.06 | 0 | 0.00 | 196.8 | 0.96 | 0.9 |
| Hex | CC | F0 | FE | 14 | 6 | 0 | 0 | C5 | 60 | 5A |
| Octal | 314 | 360 | 376 | 24 | 6 | 0 | 0 | 305 | 140 | 132 |
| Binary | 11001100 | 11110000 | 11111110 | 10100 | 110 | 0 | 0 | 11000101 | 1100000 | 1011010 |
Color Harmonies of #CCF0FE
Complementary color
Monochromatic Colors of #CCF0FE
Black with #CCF0FE
Text Example
Text Example
White with #CCF0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF0FE; }
p { color: rgb(204,240,254); }
H1.HeaderClassName
{
color: #CCF0FE;
}
.AnyTagClassName
{
color: #CCF0FE;
}
</style>
background-color css
<style>
a { background-color: #CCF0FE; }
a { background-color: rgb(204,240,254); }
div.DivClassName
{
background-color: #CCF0FE;
}
.BgClassName
{
background-color: #CCF0FE;
}
</style>
border-color css
<style>
span { border-color: #CCF0FE; }
span { border-color: rgb(204,240,254); }
td.TdClassName
{
border-color: #CCF0FE;
}
.TagClassName
{
border-color: #CCF0FE;
}
</style>