Shades of Pattens Blue #CDF4FF
Tints of Pattens Blue #CDF4FF
RGB
CMYK
RGB Variations
Color information
#CDF4FF (or 0xCDF4FF) is known color: Pattens Blue. HEX triplet: CD, F4 and FF. RGB value is (205,244,255). Sum of RGB (Red+Green+Blue) = 205+244+255=704 (93% of max value = 765). Red value is 205 (80.47% from 255 or 29.12% from 704); Green value is 244 (95.70% from 255 or 34.66% from 704); Blue value is 255 (100% from 255 or 36.22% from 704); Max value from RGB is 255 - color contains mainly: blue. Hex color #CDF4FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDF4FF is #320B00. Grayscale: #E9E9E9. Windows color (decimal): -3279617 or 16774349. OLE color: 16774349.
HSL color Cylindrical-coordinate representation of color #CDF4FF: hue angle of 193.2º 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 #CDF4FF is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 244 | 255 | - |
| CMYK | 0.20 | 0.04 | 0 | 0 |
| HSL | 193.2º | 1% | 0.9% | - |
| HSV(B) | 193.2º | 0.2% | 1% | - |
| XYZ | 75.58 | 84.9 | 107.01 | - |
| YUV | 233.59 | 140.08 | 107.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 244 | 255 | 0.20 | 0.04 | 0 | 0 | 193.2 | 1 | 0.9 |
| Hex | CD | F4 | FF | 14 | 4 | 0 | 0 | C1 | 64 | 5A |
| Octal | 315 | 364 | 377 | 24 | 4 | 0 | 0 | 301 | 144 | 132 |
| Binary | 11001101 | 11110100 | 11111111 | 10100 | 100 | 0 | 0 | 11000001 | 1100100 | 1011010 |
Color Harmonies of #CDF4FF
Complementary color
Monochromatic Colors of #CDF4FF
Black with #CDF4FF
Text Example
Text Example
White with #CDF4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF4FF; }
p { color: rgb(205,244,255); }
H1.HeaderClassName
{
color: #CDF4FF;
}
.AnyTagClassName
{
color: #CDF4FF;
}
</style>
background-color css
<style>
a { background-color: #CDF4FF; }
a { background-color: rgb(205,244,255); }
div.DivClassName
{
background-color: #CDF4FF;
}
.BgClassName
{
background-color: #CDF4FF;
}
</style>
border-color css
<style>
span { border-color: #CDF4FF; }
span { border-color: rgb(205,244,255); }
td.TdClassName
{
border-color: #CDF4FF;
}
.TagClassName
{
border-color: #CDF4FF;
}
</style>