Shades of Pattens Blue #CDEAFC
Tints of Pattens Blue #CDEAFC
RGB
CMYK
RGB Variations
Color information
#CDEAFC (or 0xCDEAFC) is known color: Pattens Blue. HEX triplet: CD, EA and FC. RGB value is (205,234,252). Sum of RGB (Red+Green+Blue) = 205+234+252=691 (91% of max value = 765). Red value is 205 (80.47% from 255 or 29.67% from 691); Green value is 234 (91.80% from 255 or 33.86% from 691); Blue value is 252 (98.83% from 255 or 36.47% from 691); Max value from RGB is 252 - color contains mainly: blue. Hex color #CDEAFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDEAFC is #321503. Grayscale: #E3E3E3. Windows color (decimal): -3282180 or 16575181. OLE color: 16575181.
HSL color Cylindrical-coordinate representation of color #CDEAFC: hue angle of 202.98º 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 #CDEAFC is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 205 | 234 | 252 | - |
| CMYK | 0.19 | 0.07 | 0 | 0.01 |
| HSL | 202.98º | 0.89% | 0.9% | - |
| HSV(B) | 202.98º | 0.19% | 0.99% | - |
| XYZ | 72.17 | 78.85 | 103.51 | - |
| YUV | 227.38 | 141.89 | 112.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 234 | 252 | 0.19 | 0.07 | 0 | 0.01 | 202.98 | 0.89 | 0.9 |
| Hex | CD | EA | FC | 13 | 7 | 0 | 1 | CB | 59 | 5A |
| Octal | 315 | 352 | 374 | 23 | 7 | 0 | 1 | 313 | 131 | 132 |
| Binary | 11001101 | 11101010 | 11111100 | 10011 | 111 | 0 | 1 | 11001011 | 1011001 | 1011010 |
Color Harmonies of #CDEAFC
Complementary color
Monochromatic Colors of #CDEAFC
Black with #CDEAFC
Text Example
Text Example
White with #CDEAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEAFC; }
p { color: rgb(205,234,252); }
H1.HeaderClassName
{
color: #CDEAFC;
}
.AnyTagClassName
{
color: #CDEAFC;
}
</style>
background-color css
<style>
a { background-color: #CDEAFC; }
a { background-color: rgb(205,234,252); }
div.DivClassName
{
background-color: #CDEAFC;
}
.BgClassName
{
background-color: #CDEAFC;
}
</style>
border-color css
<style>
span { border-color: #CDEAFC; }
span { border-color: rgb(205,234,252); }
td.TdClassName
{
border-color: #CDEAFC;
}
.TagClassName
{
border-color: #CDEAFC;
}
</style>