Shades of Pattens Blue #CCECFB
Tints of Pattens Blue #CCECFB
RGB
CMYK
RGB Variations
Color information
#CCECFB (or 0xCCECFB) is known color: Pattens Blue. HEX triplet: CC, EC and FB. RGB value is (204,236,251). Sum of RGB (Red+Green+Blue) = 204+236+251=691 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.52% from 691); Green value is 236 (92.58% from 255 or 34.15% from 691); Blue value is 251 (98.44% from 255 or 36.32% from 691); Max value from RGB is 251 - color contains mainly: blue. Hex color #CCECFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCECFB is #331304. Grayscale: #E4E4E4. Windows color (decimal): -3347205 or 16510156. OLE color: 16510156.
HSL color Cylindrical-coordinate representation of color #CCECFB: hue angle of 199.15º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCECFB is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 236 | 251 | - |
| CMYK | 0.19 | 0.06 | 0 | 0.02 |
| HSL | 199.15º | 0.85% | 0.89% | - |
| HSV(B) | 199.15º | 0.19% | 0.98% | - |
| XYZ | 72.31 | 79.79 | 102.86 | - |
| YUV | 228.14 | 140.9 | 110.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 236 | 251 | 0.19 | 0.06 | 0 | 0.02 | 199.15 | 0.85 | 0.89 |
| Hex | CC | EC | FB | 13 | 6 | 0 | 2 | C7 | 55 | 59 |
| Octal | 314 | 354 | 373 | 23 | 6 | 0 | 2 | 307 | 125 | 131 |
| Binary | 11001100 | 11101100 | 11111011 | 10011 | 110 | 0 | 10 | 11000111 | 1010101 | 1011001 |
Color Harmonies of #CCECFB
Complementary color
Monochromatic Colors of #CCECFB
Black with #CCECFB
Text Example
Text Example
White with #CCECFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCECFB; }
p { color: rgb(204,236,251); }
H1.HeaderClassName
{
color: #CCECFB;
}
.AnyTagClassName
{
color: #CCECFB;
}
</style>
background-color css
<style>
a { background-color: #CCECFB; }
a { background-color: rgb(204,236,251); }
div.DivClassName
{
background-color: #CCECFB;
}
.BgClassName
{
background-color: #CCECFB;
}
</style>
border-color css
<style>
span { border-color: #CCECFB; }
span { border-color: rgb(204,236,251); }
td.TdClassName
{
border-color: #CCECFB;
}
.TagClassName
{
border-color: #CCECFB;
}
</style>