Shades of Pattens Blue #CDE9FB
Tints of Pattens Blue #CDE9FB
RGB
CMYK
RGB Variations
Color information
#CDE9FB (or 0xCDE9FB) is known color: Pattens Blue. HEX triplet: CD, E9 and FB. RGB value is (205,233,251). Sum of RGB (Red+Green+Blue) = 205+233+251=689 (91% of max value = 765). Red value is 205 (80.47% from 255 or 29.75% from 689); Green value is 233 (91.41% from 255 or 33.82% from 689); Blue value is 251 (98.44% from 255 or 36.43% from 689); Max value from RGB is 251 - color contains mainly: blue. Hex color #CDE9FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDE9FB is #321604. Grayscale: #E2E2E2. Windows color (decimal): -3282437 or 16509389. OLE color: 16509389.
HSL color Cylindrical-coordinate representation of color #CDE9FB: hue angle of 203.48º 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 #CDE9FB is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 233 | 251 | - |
| CMYK | 0.18 | 0.07 | 0 | 0.02 |
| HSL | 203.48º | 0.85% | 0.89% | - |
| HSV(B) | 203.48º | 0.18% | 0.98% | - |
| XYZ | 71.73 | 78.22 | 102.58 | - |
| YUV | 226.68 | 141.72 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 233 | 251 | 0.18 | 0.07 | 0 | 0.02 | 203.48 | 0.85 | 0.89 |
| Hex | CD | E9 | FB | 12 | 7 | 0 | 2 | CB | 55 | 59 |
| Octal | 315 | 351 | 373 | 22 | 7 | 0 | 2 | 313 | 125 | 131 |
| Binary | 11001101 | 11101001 | 11111011 | 10010 | 111 | 0 | 10 | 11001011 | 1010101 | 1011001 |
Color Harmonies of #CDE9FB
Complementary color
Monochromatic Colors of #CDE9FB
Black with #CDE9FB
Text Example
Text Example
White with #CDE9FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE9FB; }
p { color: rgb(205,233,251); }
H1.HeaderClassName
{
color: #CDE9FB;
}
.AnyTagClassName
{
color: #CDE9FB;
}
</style>
background-color css
<style>
a { background-color: #CDE9FB; }
a { background-color: rgb(205,233,251); }
div.DivClassName
{
background-color: #CDE9FB;
}
.BgClassName
{
background-color: #CDE9FB;
}
</style>
border-color css
<style>
span { border-color: #CDE9FB; }
span { border-color: rgb(205,233,251); }
td.TdClassName
{
border-color: #CDE9FB;
}
.TagClassName
{
border-color: #CDE9FB;
}
</style>