Shades of Pattens Blue #C4DFF4
Tints of Pattens Blue #C4DFF4
RGB
CMYK
RGB Variations
Color information
#C4DFF4 (or 0xC4DFF4) is known color: Pattens Blue. HEX triplet: C4, DF and F4. RGB value is (196,223,244). Sum of RGB (Red+Green+Blue) = 196+223+244=663 (87% of max value = 765). Red value is 196 (76.95% from 255 or 29.56% from 663); Green value is 223 (87.5% from 255 or 33.63% from 663); Blue value is 244 (95.70% from 255 or 36.80% from 663); Max value from RGB is 244 - color contains mainly: blue. Hex color #C4DFF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4DFF4 is #3B200B. Grayscale: #D9D9D9. Windows color (decimal): -3874828 or 16048068. OLE color: 16048068.
HSL color Cylindrical-coordinate representation of color #C4DFF4: hue angle of 206.25º degrees, saturation: 0.69, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C4DFF4 is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 196 | 223 | 244 | - |
| CMYK | 0.20 | 0.09 | 0 | 0.04 |
| HSL | 206.25º | 0.69% | 0.86% | - |
| HSV(B) | 206.25º | 0.2% | 0.96% | - |
| XYZ | 65.48 | 71.04 | 95.85 | - |
| YUV | 217.32 | 143.05 | 112.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 223 | 244 | 0.20 | 0.09 | 0 | 0.04 | 206.25 | 0.69 | 0.86 |
| Hex | C4 | DF | F4 | 14 | 9 | 0 | 4 | CE | 45 | 56 |
| Octal | 304 | 337 | 364 | 24 | 11 | 0 | 4 | 316 | 105 | 126 |
| Binary | 11000100 | 11011111 | 11110100 | 10100 | 1001 | 0 | 100 | 11001110 | 1000101 | 1010110 |
Color Harmonies of #C4DFF4
Complementary color
Monochromatic Colors of #C4DFF4
Black with #C4DFF4
Text Example
Text Example
White with #C4DFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DFF4; }
p { color: rgb(196,223,244); }
H1.HeaderClassName
{
color: #C4DFF4;
}
.AnyTagClassName
{
color: #C4DFF4;
}
</style>
background-color css
<style>
a { background-color: #C4DFF4; }
a { background-color: rgb(196,223,244); }
div.DivClassName
{
background-color: #C4DFF4;
}
.BgClassName
{
background-color: #C4DFF4;
}
</style>
border-color css
<style>
span { border-color: #C4DFF4; }
span { border-color: rgb(196,223,244); }
td.TdClassName
{
border-color: #C4DFF4;
}
.TagClassName
{
border-color: #C4DFF4;
}
</style>