Shades of Pattens Blue #CDE6FB
Tints of Pattens Blue #CDE6FB
RGB
CMYK
RGB Variations
Color information
#CDE6FB (or 0xCDE6FB) is known color: Pattens Blue. HEX triplet: CD, E6 and FB. RGB value is (205,230,251). Sum of RGB (Red+Green+Blue) = 205+230+251=686 (90% of max value = 765). Red value is 205 (80.47% from 255 or 29.88% from 686); Green value is 230 (90.23% from 255 or 33.53% from 686); Blue value is 251 (98.44% from 255 or 36.59% from 686); Max value from RGB is 251 - color contains mainly: blue. Hex color #CDE6FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDE6FB is #321904. Grayscale: #E0E0E0. Windows color (decimal): -3283205 or 16508621. OLE color: 16508621.
HSL color Cylindrical-coordinate representation of color #CDE6FB: hue angle of 207.39º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDE6FB is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 230 | 251 | - |
| CMYK | 0.18 | 0.08 | 0 | 0.02 |
| HSL | 207.39º | 0.85% | 0.89% | - |
| HSV(B) | 207.39º | 0.18% | 0.98% | - |
| XYZ | 70.89 | 76.54 | 102.3 | - |
| YUV | 224.92 | 142.72 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 230 | 251 | 0.18 | 0.08 | 0 | 0.02 | 207.39 | 0.85 | 0.89 |
| Hex | CD | E6 | FB | 12 | 8 | 0 | 2 | CF | 55 | 59 |
| Octal | 315 | 346 | 373 | 22 | 10 | 0 | 2 | 317 | 125 | 131 |
| Binary | 11001101 | 11100110 | 11111011 | 10010 | 1000 | 0 | 10 | 11001111 | 1010101 | 1011001 |
Color Harmonies of #CDE6FB
Complementary color
Monochromatic Colors of #CDE6FB
Black with #CDE6FB
Text Example
Text Example
White with #CDE6FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE6FB; }
p { color: rgb(205,230,251); }
H1.HeaderClassName
{
color: #CDE6FB;
}
.AnyTagClassName
{
color: #CDE6FB;
}
</style>
background-color css
<style>
a { background-color: #CDE6FB; }
a { background-color: rgb(205,230,251); }
div.DivClassName
{
background-color: #CDE6FB;
}
.BgClassName
{
background-color: #CDE6FB;
}
</style>
border-color css
<style>
span { border-color: #CDE6FB; }
span { border-color: rgb(205,230,251); }
td.TdClassName
{
border-color: #CDE6FB;
}
.TagClassName
{
border-color: #CDE6FB;
}
</style>