Shades of Pattens Blue #CDF0FF
Tints of Pattens Blue #CDF0FF
RGB
CMYK
RGB Variations
Color information
#CDF0FF (or 0xCDF0FF) is known color: Pattens Blue. HEX triplet: CD, F0 and FF. RGB value is (205,240,255). Sum of RGB (Red+Green+Blue) = 205+240+255=700 (92% of max value = 765). Red value is 205 (80.47% from 255 or 29.29% from 700); Green value is 240 (94.14% from 255 or 34.29% from 700); Blue value is 255 (100% from 255 or 36.43% from 700); Max value from RGB is 255 - color contains mainly: blue. Hex color #CDF0FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDF0FF is #320F00. Grayscale: #E7E7E7. Windows color (decimal): -3280641 or 16773325. OLE color: 16773325.
HSL color Cylindrical-coordinate representation of color #CDF0FF: hue angle of 198º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CDF0FF is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 240 | 255 | - |
| CMYK | 0.20 | 0.06 | 0 | 0 |
| HSL | 198º | 1% | 0.9% | - |
| HSV(B) | 198º | 0.2% | 1% | - |
| XYZ | 74.39 | 82.52 | 106.61 | - |
| YUV | 231.25 | 141.4 | 109.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 240 | 255 | 0.20 | 0.06 | 0 | 0 | 198 | 1 | 0.9 |
| Hex | CD | F0 | FF | 14 | 6 | 0 | 0 | C6 | 64 | 5A |
| Octal | 315 | 360 | 377 | 24 | 6 | 0 | 0 | 306 | 144 | 132 |
| Binary | 11001101 | 11110000 | 11111111 | 10100 | 110 | 0 | 0 | 11000110 | 1100100 | 1011010 |
Color Harmonies of #CDF0FF
Complementary color
Monochromatic Colors of #CDF0FF
Black with #CDF0FF
Text Example
Text Example
White with #CDF0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF0FF; }
p { color: rgb(205,240,255); }
H1.HeaderClassName
{
color: #CDF0FF;
}
.AnyTagClassName
{
color: #CDF0FF;
}
</style>
background-color css
<style>
a { background-color: #CDF0FF; }
a { background-color: rgb(205,240,255); }
div.DivClassName
{
background-color: #CDF0FF;
}
.BgClassName
{
background-color: #CDF0FF;
}
</style>
border-color css
<style>
span { border-color: #CDF0FF; }
span { border-color: rgb(205,240,255); }
td.TdClassName
{
border-color: #CDF0FF;
}
.TagClassName
{
border-color: #CDF0FF;
}
</style>