Shades of Pattens Blue #CDEFFC
Tints of Pattens Blue #CDEFFC
RGB
CMYK
RGB Variations
Color information
#CDEFFC (or 0xCDEFFC) is known color: Pattens Blue. HEX triplet: CD, EF and FC. RGB value is (205,239,252). Sum of RGB (Red+Green+Blue) = 205+239+252=696 (92% of max value = 765). Red value is 205 (80.47% from 255 or 29.45% from 696); Green value is 239 (93.75% from 255 or 34.34% from 696); Blue value is 252 (98.83% from 255 or 36.21% from 696); Max value from RGB is 252 - color contains mainly: blue. Hex color #CDEFFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDEFFC is #321003. Grayscale: #E6E6E6. Windows color (decimal): -3280900 or 16576461. OLE color: 16576461.
HSL color Cylindrical-coordinate representation of color #CDEFFC: hue angle of 196.6º degrees, saturation: 0.89, 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 #CDEFFC is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 205 | 239 | 252 | - |
CMYK | 0.19 | 0.05 | 0 | 0.01 |
HSL | 196.6º | 0.89% | 0.9% | - |
HSV(B) | 196.6º | 0.19% | 0.99% | - |
XYZ | 73.61 | 81.74 | 103.99 | - |
YUV | 230.32 | 140.24 | 109.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 239 | 252 | 0.19 | 0.05 | 0 | 0.01 | 196.6 | 0.89 | 0.9 |
Hex | CD | EF | FC | 13 | 5 | 0 | 1 | C5 | 59 | 5A |
Octal | 315 | 357 | 374 | 23 | 5 | 0 | 1 | 305 | 131 | 132 |
Binary | 11001101 | 11101111 | 11111100 | 10011 | 101 | 0 | 1 | 11000101 | 1011001 | 1011010 |
Color Harmonies of #CDEFFC
Complementary color
Monochromatic Colors of #CDEFFC
Black with #CDEFFC
Text Example
Text Example
White with #CDEFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEFFC; }
p { color: rgb(205,239,252); }
H1.HeaderClassName
{
color: #CDEFFC;
}
.AnyTagClassName
{
color: #CDEFFC;
}
</style>
background-color css
<style>
a { background-color: #CDEFFC; }
a { background-color: rgb(205,239,252); }
div.DivClassName
{
background-color: #CDEFFC;
}
.BgClassName
{
background-color: #CDEFFC;
}
</style>
border-color css
<style>
span { border-color: #CDEFFC; }
span { border-color: rgb(205,239,252); }
td.TdClassName
{
border-color: #CDEFFC;
}
.TagClassName
{
border-color: #CDEFFC;
}
</style>