Shades of Pattens Blue #CCEDFF
Tints of Pattens Blue #CCEDFF
RGB
CMYK
RGB Variations
Color information
#CCEDFF (or 0xCCEDFF) is known color: Pattens Blue. HEX triplet: CC, ED and FF. RGB value is (204,237,255). Sum of RGB (Red+Green+Blue) = 204+237+255=696 (92% of max value = 765). Red value is 204 (80.08% from 255 or 29.31% from 696); Green value is 237 (92.97% from 255 or 34.05% from 696); Blue value is 255 (100% from 255 or 36.64% from 696); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCEDFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEDFF is #331200. Grayscale: #E5E5E5. Windows color (decimal): -3346945 or 16772556. OLE color: 16772556.
HSL color Cylindrical-coordinate representation of color #CCEDFF: hue angle of 201.18º 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 #CCEDFF is Cyan = 0.2, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 237 | 255 | - |
| CMYK | 0.2 | 0.07 | 0 | 0 |
| HSL | 201.18º | 1% | 0.9% | - |
| HSV(B) | 201.18º | 0.2% | 1% | - |
| XYZ | 73.24 | 80.63 | 106.31 | - |
| YUV | 229.19 | 142.57 | 110.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 237 | 255 | 0.2 | 0.07 | 0 | 0 | 201.18 | 1 | 0.9 |
| Hex | CC | ED | FF | 14 | 7 | 0 | 0 | C9 | 64 | 5A |
| Octal | 314 | 355 | 377 | 24 | 7 | 0 | 0 | 311 | 144 | 132 |
| Binary | 11001100 | 11101101 | 11111111 | 10100 | 111 | 0 | 0 | 11001001 | 1100100 | 1011010 |
Color Harmonies of #CCEDFF
Complementary color
Monochromatic Colors of #CCEDFF
Black with #CCEDFF
Text Example
Text Example
White with #CCEDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEDFF; }
p { color: rgb(204,237,255); }
H1.HeaderClassName
{
color: #CCEDFF;
}
.AnyTagClassName
{
color: #CCEDFF;
}
</style>
background-color css
<style>
a { background-color: #CCEDFF; }
a { background-color: rgb(204,237,255); }
div.DivClassName
{
background-color: #CCEDFF;
}
.BgClassName
{
background-color: #CCEDFF;
}
</style>
border-color css
<style>
span { border-color: #CCEDFF; }
span { border-color: rgb(204,237,255); }
td.TdClassName
{
border-color: #CCEDFF;
}
.TagClassName
{
border-color: #CCEDFF;
}
</style>