Shades of Pattens Blue #C4E6FF
Tints of Pattens Blue #C4E6FF
RGB
CMYK
RGB Variations
Color information
#C4E6FF (or 0xC4E6FF) is known color: Pattens Blue. HEX triplet: C4, E6 and FF. RGB value is (196,230,255). Sum of RGB (Red+Green+Blue) = 196+230+255=681 (90% of max value = 765). Red value is 196 (76.95% from 255 or 28.78% from 681); Green value is 230 (90.23% from 255 or 33.77% from 681); Blue value is 255 (100% from 255 or 37.44% from 681); Max value from RGB is 255 - color contains mainly: blue. Hex color #C4E6FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C4E6FF is #3B1900. Grayscale: #DEDEDE. Windows color (decimal): -3873025 or 16770756. OLE color: 16770756.
HSL color Cylindrical-coordinate representation of color #C4E6FF: hue angle of 205.42º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C4E6FF is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 230 | 255 | - |
| CMYK | 0.23 | 0.10 | 0 | 0 |
| HSL | 205.42º | 1% | 0.88% | - |
| HSV(B) | 205.42º | 0.23% | 1% | - |
| XYZ | 69.11 | 75.55 | 105.55 | - |
| YUV | 222.68 | 146.24 | 108.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 230 | 255 | 0.23 | 0.10 | 0 | 0 | 205.42 | 1 | 0.88 |
| Hex | C4 | E6 | FF | 17 | A | 0 | 0 | CD | 64 | 58 |
| Octal | 304 | 346 | 377 | 27 | 12 | 0 | 0 | 315 | 144 | 130 |
| Binary | 11000100 | 11100110 | 11111111 | 10111 | 1010 | 0 | 0 | 11001101 | 1100100 | 1011000 |
Color Harmonies of #C4E6FF
Complementary color
Monochromatic Colors of #C4E6FF
Black with #C4E6FF
Text Example
Text Example
White with #C4E6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4E6FF; }
p { color: rgb(196,230,255); }
H1.HeaderClassName
{
color: #C4E6FF;
}
.AnyTagClassName
{
color: #C4E6FF;
}
</style>
background-color css
<style>
a { background-color: #C4E6FF; }
a { background-color: rgb(196,230,255); }
div.DivClassName
{
background-color: #C4E6FF;
}
.BgClassName
{
background-color: #C4E6FF;
}
</style>
border-color css
<style>
span { border-color: #C4E6FF; }
span { border-color: rgb(196,230,255); }
td.TdClassName
{
border-color: #C4E6FF;
}
.TagClassName
{
border-color: #C4E6FF;
}
</style>