Shades of Pattens Blue #CCEBFC
Tints of Pattens Blue #CCEBFC
RGB
CMYK
RGB Variations
Color information
#CCEBFC (or 0xCCEBFC) is known color: Pattens Blue. HEX triplet: CC, EB and FC. RGB value is (204,235,252). Sum of RGB (Red+Green+Blue) = 204+235+252=691 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.52% from 691); Green value is 235 (92.19% from 255 or 34.01% from 691); Blue value is 252 (98.83% from 255 or 36.47% from 691); Max value from RGB is 252 - color contains mainly: blue. Hex color #CCEBFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEBFC is #331403. Grayscale: #E3E3E3. Windows color (decimal): -3347460 or 16575436. OLE color: 16575436.
HSL color Cylindrical-coordinate representation of color #CCEBFC: hue angle of 201.25º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCEBFC is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 235 | 252 | - |
| CMYK | 0.19 | 0.07 | 0 | 0.01 |
| HSL | 201.25º | 0.89% | 0.89% | - |
| HSV(B) | 201.25º | 0.19% | 0.99% | - |
| XYZ | 72.18 | 79.28 | 103.59 | - |
| YUV | 227.67 | 141.73 | 111.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 235 | 252 | 0.19 | 0.07 | 0 | 0.01 | 201.25 | 0.89 | 0.89 |
| Hex | CC | EB | FC | 13 | 7 | 0 | 1 | C9 | 59 | 59 |
| Octal | 314 | 353 | 374 | 23 | 7 | 0 | 1 | 311 | 131 | 131 |
| Binary | 11001100 | 11101011 | 11111100 | 10011 | 111 | 0 | 1 | 11001001 | 1011001 | 1011001 |
Color Harmonies of #CCEBFC
Complementary color
Monochromatic Colors of #CCEBFC
Black with #CCEBFC
Text Example
Text Example
White with #CCEBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEBFC; }
p { color: rgb(204,235,252); }
H1.HeaderClassName
{
color: #CCEBFC;
}
.AnyTagClassName
{
color: #CCEBFC;
}
</style>
background-color css
<style>
a { background-color: #CCEBFC; }
a { background-color: rgb(204,235,252); }
div.DivClassName
{
background-color: #CCEBFC;
}
.BgClassName
{
background-color: #CCEBFC;
}
</style>
border-color css
<style>
span { border-color: #CCEBFC; }
span { border-color: rgb(204,235,252); }
td.TdClassName
{
border-color: #CCEBFC;
}
.TagClassName
{
border-color: #CCEBFC;
}
</style>