Shades of Pattens Blue #CDF0FA
Tints of Pattens Blue #CDF0FA
RGB
CMYK
RGB Variations
Color information
#CDF0FA (or 0xCDF0FA) is known color: Pattens Blue. HEX triplet: CD, F0 and FA. RGB value is (205,240,250). Sum of RGB (Red+Green+Blue) = 205+240+250=695 (92% of max value = 765). Red value is 205 (80.47% from 255 or 29.50% from 695); Green value is 240 (94.14% from 255 or 34.53% from 695); Blue value is 250 (98.05% from 255 or 35.97% from 695); Max value from RGB is 250 - color contains mainly: blue. Hex color #CDF0FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDF0FA is #320F05. Grayscale: #E6E6E6. Windows color (decimal): -3280646 or 16445645. OLE color: 16445645.
HSL color Cylindrical-coordinate representation of color #CDF0FA: hue angle of 193.33º degrees, saturation: 0.82, 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 #CDF0FA is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 240 | 250 | - |
| CMYK | 0.18 | 0.04 | 0 | 0.02 |
| HSL | 193.33º | 0.82% | 0.89% | - |
| HSV(B) | 193.33º | 0.18% | 0.98% | - |
| XYZ | 73.59 | 82.2 | 102.43 | - |
| YUV | 230.68 | 138.9 | 109.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 240 | 250 | 0.18 | 0.04 | 0 | 0.02 | 193.33 | 0.82 | 0.89 |
| Hex | CD | F0 | FA | 12 | 4 | 0 | 2 | C1 | 52 | 59 |
| Octal | 315 | 360 | 372 | 22 | 4 | 0 | 2 | 301 | 122 | 131 |
| Binary | 11001101 | 11110000 | 11111010 | 10010 | 100 | 0 | 10 | 11000001 | 1010010 | 1011001 |
Color Harmonies of #CDF0FA
Complementary color
Monochromatic Colors of #CDF0FA
Black with #CDF0FA
Text Example
Text Example
White with #CDF0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF0FA; }
p { color: rgb(205,240,250); }
H1.HeaderClassName
{
color: #CDF0FA;
}
.AnyTagClassName
{
color: #CDF0FA;
}
</style>
background-color css
<style>
a { background-color: #CDF0FA; }
a { background-color: rgb(205,240,250); }
div.DivClassName
{
background-color: #CDF0FA;
}
.BgClassName
{
background-color: #CDF0FA;
}
</style>
border-color css
<style>
span { border-color: #CDF0FA; }
span { border-color: rgb(205,240,250); }
td.TdClassName
{
border-color: #CDF0FA;
}
.TagClassName
{
border-color: #CDF0FA;
}
</style>