Shades of Pattens Blue #C5DFF2
Tints of Pattens Blue #C5DFF2
RGB
CMYK
RGB Variations
Color information
#C5DFF2 (or 0xC5DFF2) is known color: Pattens Blue. HEX triplet: C5, DF and F2. RGB value is (197,223,242). Sum of RGB (Red+Green+Blue) = 197+223+242=662 (87% of max value = 765). Red value is 197 (77.34% from 255 or 29.76% from 662); Green value is 223 (87.5% from 255 or 33.69% from 662); Blue value is 242 (94.92% from 255 or 36.56% from 662); Max value from RGB is 242 - color contains mainly: blue. Hex color #C5DFF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5DFF2 is #3A200D. Grayscale: #D9D9D9. Windows color (decimal): -3809294 or 15916997. OLE color: 15916997.
HSL color Cylindrical-coordinate representation of color #C5DFF2: hue angle of 205.33º degrees, saturation: 0.63, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C5DFF2 is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 223 | 242 | - |
| CMYK | 0.19 | 0.08 | 0 | 0.05 |
| HSL | 205.33º | 0.63% | 0.86% | - |
| HSV(B) | 205.33º | 0.19% | 0.95% | - |
| XYZ | 65.44 | 71.06 | 94.27 | - |
| YUV | 217.39 | 141.89 | 113.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 223 | 242 | 0.19 | 0.08 | 0 | 0.05 | 205.33 | 0.63 | 0.86 |
| Hex | C5 | DF | F2 | 13 | 8 | 0 | 5 | CD | 3F | 56 |
| Octal | 305 | 337 | 362 | 23 | 10 | 0 | 5 | 315 | 77 | 126 |
| Binary | 11000101 | 11011111 | 11110010 | 10011 | 1000 | 0 | 101 | 11001101 | 111111 | 1010110 |
Color Harmonies of #C5DFF2
Complementary color
Monochromatic Colors of #C5DFF2
Black with #C5DFF2
Text Example
Text Example
White with #C5DFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DFF2; }
p { color: rgb(197,223,242); }
H1.HeaderClassName
{
color: #C5DFF2;
}
.AnyTagClassName
{
color: #C5DFF2;
}
</style>
background-color css
<style>
a { background-color: #C5DFF2; }
a { background-color: rgb(197,223,242); }
div.DivClassName
{
background-color: #C5DFF2;
}
.BgClassName
{
background-color: #C5DFF2;
}
</style>
border-color css
<style>
span { border-color: #C5DFF2; }
span { border-color: rgb(197,223,242); }
td.TdClassName
{
border-color: #C5DFF2;
}
.TagClassName
{
border-color: #C5DFF2;
}
</style>