Shades of Pattens Blue #CDF2FC
Tints of Pattens Blue #CDF2FC
RGB
CMYK
RGB Variations
Color information
#CDF2FC (or 0xCDF2FC) is known color: Pattens Blue. HEX triplet: CD, F2 and FC. RGB value is (205,242,252). Sum of RGB (Red+Green+Blue) = 205+242+252=699 (92% of max value = 765). Red value is 205 (80.47% from 255 or 29.33% from 699); Green value is 242 (94.92% from 255 or 34.62% from 699); Blue value is 252 (98.83% from 255 or 36.05% from 699); Max value from RGB is 252 - color contains mainly: blue. Hex color #CDF2FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDF2FC is #320D03. Grayscale: #E8E8E8. Windows color (decimal): -3280132 or 16577229. OLE color: 16577229.
HSL color Cylindrical-coordinate representation of color #CDF2FC: hue angle of 192.77º degrees, saturation: 0.89, 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 #CDF2FC is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 205 | 242 | 252 | - |
CMYK | 0.19 | 0.04 | 0 | 0.01 |
HSL | 192.77º | 0.89% | 0.9% | - |
HSV(B) | 192.77º | 0.19% | 0.99% | - |
XYZ | 74.5 | 83.51 | 104.29 | - |
YUV | 232.08 | 139.24 | 108.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 242 | 252 | 0.19 | 0.04 | 0 | 0.01 | 192.77 | 0.89 | 0.9 |
Hex | CD | F2 | FC | 13 | 4 | 0 | 1 | C1 | 59 | 5A |
Octal | 315 | 362 | 374 | 23 | 4 | 0 | 1 | 301 | 131 | 132 |
Binary | 11001101 | 11110010 | 11111100 | 10011 | 100 | 0 | 1 | 11000001 | 1011001 | 1011010 |
Color Harmonies of #CDF2FC
Complementary color
Monochromatic Colors of #CDF2FC
Black with #CDF2FC
Text Example
Text Example
White with #CDF2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF2FC; }
p { color: rgb(205,242,252); }
H1.HeaderClassName
{
color: #CDF2FC;
}
.AnyTagClassName
{
color: #CDF2FC;
}
</style>
background-color css
<style>
a { background-color: #CDF2FC; }
a { background-color: rgb(205,242,252); }
div.DivClassName
{
background-color: #CDF2FC;
}
.BgClassName
{
background-color: #CDF2FC;
}
</style>
border-color css
<style>
span { border-color: #CDF2FC; }
span { border-color: rgb(205,242,252); }
td.TdClassName
{
border-color: #CDF2FC;
}
.TagClassName
{
border-color: #CDF2FC;
}
</style>