Shades of Pattens Blue #CDE9FE
Tints of Pattens Blue #CDE9FE
RGB
CMYK
RGB Variations
Color information
#CDE9FE (or 0xCDE9FE) is known color: Pattens Blue. HEX triplet: CD, E9 and FE. RGB value is (205,233,254). Sum of RGB (Red+Green+Blue) = 205+233+254=692 (91% of max value = 765). Red value is 205 (80.47% from 255 or 29.62% from 692); Green value is 233 (91.41% from 255 or 33.67% from 692); Blue value is 254 (99.61% from 255 or 36.71% from 692); Max value from RGB is 254 - color contains mainly: blue. Hex color #CDE9FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDE9FE is #321601. Grayscale: #E2E2E2. Windows color (decimal): -3282434 or 16705997. OLE color: 16705997.
HSL color Cylindrical-coordinate representation of color #CDE9FE: hue angle of 205.71º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDE9FE is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 205 | 233 | 254 | - |
| CMYK | 0.19 | 0.08 | 0 | 0.00 |
| HSL | 205.71º | 0.96% | 0.9% | - |
| HSV(B) | 205.71º | 0.19% | 1% | - |
| XYZ | 72.21 | 78.41 | 105.1 | - |
| YUV | 227.02 | 143.22 | 112.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 233 | 254 | 0.19 | 0.08 | 0 | 0.00 | 205.71 | 0.96 | 0.9 |
| Hex | CD | E9 | FE | 13 | 8 | 0 | 0 | CE | 60 | 5A |
| Octal | 315 | 351 | 376 | 23 | 10 | 0 | 0 | 316 | 140 | 132 |
| Binary | 11001101 | 11101001 | 11111110 | 10011 | 1000 | 0 | 0 | 11001110 | 1100000 | 1011010 |
Color Harmonies of #CDE9FE
Complementary color
Monochromatic Colors of #CDE9FE
Black with #CDE9FE
Text Example
Text Example
White with #CDE9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE9FE; }
p { color: rgb(205,233,254); }
H1.HeaderClassName
{
color: #CDE9FE;
}
.AnyTagClassName
{
color: #CDE9FE;
}
</style>
background-color css
<style>
a { background-color: #CDE9FE; }
a { background-color: rgb(205,233,254); }
div.DivClassName
{
background-color: #CDE9FE;
}
.BgClassName
{
background-color: #CDE9FE;
}
</style>
border-color css
<style>
span { border-color: #CDE9FE; }
span { border-color: rgb(205,233,254); }
td.TdClassName
{
border-color: #CDE9FE;
}
.TagClassName
{
border-color: #CDE9FE;
}
</style>