Shades of Pattens Blue #CDF2FD
Tints of Pattens Blue #CDF2FD
RGB
CMYK
RGB Variations
Color information
#CDF2FD (or 0xCDF2FD) is known color: Pattens Blue. HEX triplet: CD, F2 and FD. RGB value is (205,242,253). Sum of RGB (Red+Green+Blue) = 205+242+253=700 (92% of max value = 765). Red value is 205 (80.47% from 255 or 29.29% from 700); Green value is 242 (94.92% from 255 or 34.57% from 700); Blue value is 253 (99.22% from 255 or 36.14% from 700); Max value from RGB is 253 - color contains mainly: blue. Hex color #CDF2FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDF2FD is #320D02. Grayscale: #E8E8E8. Windows color (decimal): -3280131 or 16642765. OLE color: 16642765.
HSL color Cylindrical-coordinate representation of color #CDF2FD: hue angle of 193.75º 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 #CDF2FD is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 205 | 242 | 253 | - |
CMYK | 0.19 | 0.04 | 0 | 0.01 |
HSL | 193.75º | 0.92% | 0.9% | - |
HSV(B) | 193.75º | 0.19% | 0.99% | - |
XYZ | 74.66 | 83.58 | 105.13 | - |
YUV | 232.19 | 139.74 | 108.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 242 | 253 | 0.19 | 0.04 | 0 | 0.01 | 193.75 | 0.92 | 0.9 |
Hex | CD | F2 | FD | 13 | 4 | 0 | 1 | C2 | 5C | 5A |
Octal | 315 | 362 | 375 | 23 | 4 | 0 | 1 | 302 | 134 | 132 |
Binary | 11001101 | 11110010 | 11111101 | 10011 | 100 | 0 | 1 | 11000010 | 1011100 | 1011010 |
Color Harmonies of #CDF2FD
Complementary color
Monochromatic Colors of #CDF2FD
Black with #CDF2FD
Text Example
Text Example
White with #CDF2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF2FD; }
p { color: rgb(205,242,253); }
H1.HeaderClassName
{
color: #CDF2FD;
}
.AnyTagClassName
{
color: #CDF2FD;
}
</style>
background-color css
<style>
a { background-color: #CDF2FD; }
a { background-color: rgb(205,242,253); }
div.DivClassName
{
background-color: #CDF2FD;
}
.BgClassName
{
background-color: #CDF2FD;
}
</style>
border-color css
<style>
span { border-color: #CDF2FD; }
span { border-color: rgb(205,242,253); }
td.TdClassName
{
border-color: #CDF2FD;
}
.TagClassName
{
border-color: #CDF2FD;
}
</style>