Shades of Pattens Blue #CDF0FD
Tints of Pattens Blue #CDF0FD
RGB
CMYK
RGB Variations
Color information
#CDF0FD (or 0xCDF0FD) is known color: Pattens Blue. HEX triplet: CD, F0 and FD. RGB value is (205,240,253). Sum of RGB (Red+Green+Blue) = 205+240+253=698 (92% of max value = 765). Red value is 205 (80.47% from 255 or 29.37% from 698); Green value is 240 (94.14% from 255 or 34.38% from 698); Blue value is 253 (99.22% from 255 or 36.25% from 698); Max value from RGB is 253 - color contains mainly: blue. Hex color #CDF0FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDF0FD is #320F02. Grayscale: #E6E6E6. Windows color (decimal): -3280643 or 16642253. OLE color: 16642253.
HSL color Cylindrical-coordinate representation of color #CDF0FD: hue angle of 196.25º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDF0FD is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 205 | 240 | 253 | - |
CMYK | 0.19 | 0.05 | 0 | 0.01 |
HSL | 196.25º | 0.92% | 0.9% | - |
HSV(B) | 196.25º | 0.19% | 0.99% | - |
XYZ | 74.07 | 82.39 | 104.93 | - |
YUV | 231.02 | 140.4 | 109.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 240 | 253 | 0.19 | 0.05 | 0 | 0.01 | 196.25 | 0.92 | 0.9 |
Hex | CD | F0 | FD | 13 | 5 | 0 | 1 | C4 | 5C | 5A |
Octal | 315 | 360 | 375 | 23 | 5 | 0 | 1 | 304 | 134 | 132 |
Binary | 11001101 | 11110000 | 11111101 | 10011 | 101 | 0 | 1 | 11000100 | 1011100 | 1011010 |
Color Harmonies of #CDF0FD
Complementary color
Monochromatic Colors of #CDF0FD
Black with #CDF0FD
Text Example
Text Example
White with #CDF0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF0FD; }
p { color: rgb(205,240,253); }
H1.HeaderClassName
{
color: #CDF0FD;
}
.AnyTagClassName
{
color: #CDF0FD;
}
</style>
background-color css
<style>
a { background-color: #CDF0FD; }
a { background-color: rgb(205,240,253); }
div.DivClassName
{
background-color: #CDF0FD;
}
.BgClassName
{
background-color: #CDF0FD;
}
</style>
border-color css
<style>
span { border-color: #CDF0FD; }
span { border-color: rgb(205,240,253); }
td.TdClassName
{
border-color: #CDF0FD;
}
.TagClassName
{
border-color: #CDF0FD;
}
</style>