Shades of Pattens Blue #CDEFFE
Tints of Pattens Blue #CDEFFE
RGB
CMYK
RGB Variations
Color information
#CDEFFE (or 0xCDEFFE) is known color: Pattens Blue. HEX triplet: CD, EF and FE. RGB value is (205,239,254). Sum of RGB (Red+Green+Blue) = 205+239+254=698 (92% of max value = 765). Red value is 205 (80.47% from 255 or 29.37% from 698); Green value is 239 (93.75% from 255 or 34.24% from 698); Blue value is 254 (99.61% from 255 or 36.39% from 698); Max value from RGB is 254 - color contains mainly: blue. Hex color #CDEFFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDEFFE is #321001. Grayscale: #E6E6E6. Windows color (decimal): -3280898 or 16707533. OLE color: 16707533.
HSL color Cylindrical-coordinate representation of color #CDEFFE: hue angle of 198.37º 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 #CDEFFE is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 205 | 239 | 254 | - |
| CMYK | 0.19 | 0.06 | 0 | 0.00 |
| HSL | 198.37º | 0.96% | 0.9% | - |
| HSV(B) | 198.37º | 0.19% | 1% | - |
| XYZ | 73.93 | 81.87 | 105.67 | - |
| YUV | 230.54 | 141.24 | 109.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 239 | 254 | 0.19 | 0.06 | 0 | 0.00 | 198.37 | 0.96 | 0.9 |
| Hex | CD | EF | FE | 13 | 6 | 0 | 0 | C6 | 60 | 5A |
| Octal | 315 | 357 | 376 | 23 | 6 | 0 | 0 | 306 | 140 | 132 |
| Binary | 11001101 | 11101111 | 11111110 | 10011 | 110 | 0 | 0 | 11000110 | 1100000 | 1011010 |
Color Harmonies of #CDEFFE
Complementary color
Monochromatic Colors of #CDEFFE
Black with #CDEFFE
Text Example
Text Example
White with #CDEFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEFFE; }
p { color: rgb(205,239,254); }
H1.HeaderClassName
{
color: #CDEFFE;
}
.AnyTagClassName
{
color: #CDEFFE;
}
</style>
background-color css
<style>
a { background-color: #CDEFFE; }
a { background-color: rgb(205,239,254); }
div.DivClassName
{
background-color: #CDEFFE;
}
.BgClassName
{
background-color: #CDEFFE;
}
</style>
border-color css
<style>
span { border-color: #CDEFFE; }
span { border-color: rgb(205,239,254); }
td.TdClassName
{
border-color: #CDEFFE;
}
.TagClassName
{
border-color: #CDEFFE;
}
</style>