Shades of Pattens Blue #CCEBFF
Tints of Pattens Blue #CCEBFF
RGB
CMYK
RGB Variations
Color information
#CCEBFF (or 0xCCEBFF) is known color: Pattens Blue. HEX triplet: CC, EB and FF. RGB value is (204,235,255). Sum of RGB (Red+Green+Blue) = 204+235+255=694 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.39% from 694); Green value is 235 (92.19% from 255 or 33.86% from 694); Blue value is 255 (100% from 255 or 36.74% from 694); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCEBFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEBFF is #331400. Grayscale: #E3E3E3. Windows color (decimal): -3347457 or 16772044. OLE color: 16772044.
HSL color Cylindrical-coordinate representation of color #CCEBFF: hue angle of 203.53º 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 #CCEBFF is Cyan = 0.2, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 235 | 255 | - |
| CMYK | 0.2 | 0.08 | 0 | 0 |
| HSL | 203.53º | 1% | 0.9% | - |
| HSV(B) | 203.53º | 0.2% | 1% | - |
| XYZ | 72.66 | 79.47 | 106.12 | - |
| YUV | 228.01 | 143.23 | 110.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 235 | 255 | 0.2 | 0.08 | 0 | 0 | 203.53 | 1 | 0.9 |
| Hex | CC | EB | FF | 14 | 8 | 0 | 0 | CC | 64 | 5A |
| Octal | 314 | 353 | 377 | 24 | 10 | 0 | 0 | 314 | 144 | 132 |
| Binary | 11001100 | 11101011 | 11111111 | 10100 | 1000 | 0 | 0 | 11001100 | 1100100 | 1011010 |
Color Harmonies of #CCEBFF
Complementary color
Monochromatic Colors of #CCEBFF
Black with #CCEBFF
Text Example
Text Example
White with #CCEBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEBFF; }
p { color: rgb(204,235,255); }
H1.HeaderClassName
{
color: #CCEBFF;
}
.AnyTagClassName
{
color: #CCEBFF;
}
</style>
background-color css
<style>
a { background-color: #CCEBFF; }
a { background-color: rgb(204,235,255); }
div.DivClassName
{
background-color: #CCEBFF;
}
.BgClassName
{
background-color: #CCEBFF;
}
</style>
border-color css
<style>
span { border-color: #CCEBFF; }
span { border-color: rgb(204,235,255); }
td.TdClassName
{
border-color: #CCEBFF;
}
.TagClassName
{
border-color: #CCEBFF;
}
</style>