Shades of Pattens Blue #CCEDFD
Tints of Pattens Blue #CCEDFD
RGB
CMYK
RGB Variations
Color information
#CCEDFD (or 0xCCEDFD) is known color: Pattens Blue. HEX triplet: CC, ED and FD. RGB value is (204,237,253). Sum of RGB (Red+Green+Blue) = 204+237+253=694 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.39% from 694); Green value is 237 (92.97% from 255 or 34.15% from 694); Blue value is 253 (99.22% from 255 or 36.46% from 694); Max value from RGB is 253 - color contains mainly: blue. Hex color #CCEDFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEDFD is #331202. Grayscale: #E4E4E4. Windows color (decimal): -3346947 or 16641484. OLE color: 16641484.
HSL color Cylindrical-coordinate representation of color #CCEDFD: hue angle of 199.59º 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 #CCEDFD is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 204 | 237 | 253 | - |
CMYK | 0.19 | 0.06 | 0 | 0.01 |
HSL | 199.59º | 0.92% | 0.9% | - |
HSV(B) | 199.59º | 0.19% | 0.99% | - |
XYZ | 72.92 | 80.5 | 104.62 | - |
YUV | 228.96 | 141.57 | 110.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 237 | 253 | 0.19 | 0.06 | 0 | 0.01 | 199.59 | 0.92 | 0.9 |
Hex | CC | ED | FD | 13 | 6 | 0 | 1 | C8 | 5C | 5A |
Octal | 314 | 355 | 375 | 23 | 6 | 0 | 1 | 310 | 134 | 132 |
Binary | 11001100 | 11101101 | 11111101 | 10011 | 110 | 0 | 1 | 11001000 | 1011100 | 1011010 |
Color Harmonies of #CCEDFD
Complementary color
Monochromatic Colors of #CCEDFD
Black with #CCEDFD
Text Example
Text Example
White with #CCEDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEDFD; }
p { color: rgb(204,237,253); }
H1.HeaderClassName
{
color: #CCEDFD;
}
.AnyTagClassName
{
color: #CCEDFD;
}
</style>
background-color css
<style>
a { background-color: #CCEDFD; }
a { background-color: rgb(204,237,253); }
div.DivClassName
{
background-color: #CCEDFD;
}
.BgClassName
{
background-color: #CCEDFD;
}
</style>
border-color css
<style>
span { border-color: #CCEDFD; }
span { border-color: rgb(204,237,253); }
td.TdClassName
{
border-color: #CCEDFD;
}
.TagClassName
{
border-color: #CCEDFD;
}
</style>