Shades of Pattens Blue #CCEAFD
Tints of Pattens Blue #CCEAFD
RGB
CMYK
RGB Variations
Color information
#CCEAFD (or 0xCCEAFD) is known color: Pattens Blue. HEX triplet: CC, EA and FD. RGB value is (204,234,253). Sum of RGB (Red+Green+Blue) = 204+234+253=691 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.52% from 691); Green value is 234 (91.80% from 255 or 33.86% from 691); Blue value is 253 (99.22% from 255 or 36.61% from 691); Max value from RGB is 253 - color contains mainly: blue. Hex color #CCEAFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEAFD is #331502. Grayscale: #E3E3E3. Windows color (decimal): -3347715 or 16640716. OLE color: 16640716.
HSL color Cylindrical-coordinate representation of color #CCEAFD: hue angle of 203.27º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCEAFD is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 234 | 253 | - |
| CMYK | 0.19 | 0.08 | 0 | 0.01 |
| HSL | 203.27º | 0.92% | 0.9% | - |
| HSV(B) | 203.27º | 0.19% | 0.99% | - |
| XYZ | 72.05 | 78.77 | 104.34 | - |
| YUV | 227.2 | 142.56 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 234 | 253 | 0.19 | 0.08 | 0 | 0.01 | 203.27 | 0.92 | 0.9 |
| Hex | CC | EA | FD | 13 | 8 | 0 | 1 | CB | 5C | 5A |
| Octal | 314 | 352 | 375 | 23 | 10 | 0 | 1 | 313 | 134 | 132 |
| Binary | 11001100 | 11101010 | 11111101 | 10011 | 1000 | 0 | 1 | 11001011 | 1011100 | 1011010 |
Color Harmonies of #CCEAFD
Complementary color
Monochromatic Colors of #CCEAFD
Black with #CCEAFD
Text Example
Text Example
White with #CCEAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEAFD; }
p { color: rgb(204,234,253); }
H1.HeaderClassName
{
color: #CCEAFD;
}
.AnyTagClassName
{
color: #CCEAFD;
}
</style>
background-color css
<style>
a { background-color: #CCEAFD; }
a { background-color: rgb(204,234,253); }
div.DivClassName
{
background-color: #CCEAFD;
}
.BgClassName
{
background-color: #CCEAFD;
}
</style>
border-color css
<style>
span { border-color: #CCEAFD; }
span { border-color: rgb(204,234,253); }
td.TdClassName
{
border-color: #CCEAFD;
}
.TagClassName
{
border-color: #CCEAFD;
}
</style>