Shades of Pattens Blue #CDEEFC
Tints of Pattens Blue #CDEEFC
RGB
CMYK
RGB Variations
Color information
#CDEEFC (or 0xCDEEFC) is known color: Pattens Blue. HEX triplet: CD, EE and FC. RGB value is (205,238,252). Sum of RGB (Red+Green+Blue) = 205+238+252=695 (92% of max value = 765). Red value is 205 (80.47% from 255 or 29.50% from 695); Green value is 238 (93.36% from 255 or 34.24% from 695); Blue value is 252 (98.83% from 255 or 36.26% from 695); Max value from RGB is 252 - color contains mainly: blue. Hex color #CDEEFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDEEFC is #321103. Grayscale: #E5E5E5. Windows color (decimal): -3281156 or 16576205. OLE color: 16576205.
HSL color Cylindrical-coordinate representation of color #CDEEFC: hue angle of 197.87º 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 #CDEEFC is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 205 | 238 | 252 | - |
| CMYK | 0.19 | 0.06 | 0 | 0.01 |
| HSL | 197.87º | 0.89% | 0.9% | - |
| HSV(B) | 197.87º | 0.19% | 0.99% | - |
| XYZ | 73.32 | 81.16 | 103.9 | - |
| YUV | 229.73 | 140.57 | 110.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 238 | 252 | 0.19 | 0.06 | 0 | 0.01 | 197.87 | 0.89 | 0.9 |
| Hex | CD | EE | FC | 13 | 6 | 0 | 1 | C6 | 59 | 5A |
| Octal | 315 | 356 | 374 | 23 | 6 | 0 | 1 | 306 | 131 | 132 |
| Binary | 11001101 | 11101110 | 11111100 | 10011 | 110 | 0 | 1 | 11000110 | 1011001 | 1011010 |
Color Harmonies of #CDEEFC
Complementary color
Monochromatic Colors of #CDEEFC
Black with #CDEEFC
Text Example
Text Example
White with #CDEEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEEFC; }
p { color: rgb(205,238,252); }
H1.HeaderClassName
{
color: #CDEEFC;
}
.AnyTagClassName
{
color: #CDEEFC;
}
</style>
background-color css
<style>
a { background-color: #CDEEFC; }
a { background-color: rgb(205,238,252); }
div.DivClassName
{
background-color: #CDEEFC;
}
.BgClassName
{
background-color: #CDEEFC;
}
</style>
border-color css
<style>
span { border-color: #CDEEFC; }
span { border-color: rgb(205,238,252); }
td.TdClassName
{
border-color: #CDEEFC;
}
.TagClassName
{
border-color: #CDEEFC;
}
</style>