Shades of Pattens Blue #C4EAFF
Tints of Pattens Blue #C4EAFF
RGB
CMYK
RGB Variations
Color information
#C4EAFF (or 0xC4EAFF) is known color: Pattens Blue. HEX triplet: C4, EA and FF. RGB value is (196,234,255). Sum of RGB (Red+Green+Blue) = 196+234+255=685 (90% of max value = 765). Red value is 196 (76.95% from 255 or 28.61% from 685); Green value is 234 (91.80% from 255 or 34.16% from 685); Blue value is 255 (100% from 255 or 37.23% from 685); Max value from RGB is 255 - color contains mainly: blue. Hex color #C4EAFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C4EAFF is #3B1500. Grayscale: #E0E0E0. Windows color (decimal): -3872001 or 16771780. OLE color: 16771780.
HSL color Cylindrical-coordinate representation of color #C4EAFF: hue angle of 201.36º 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 #C4EAFF is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 234 | 255 | - |
| CMYK | 0.23 | 0.08 | 0 | 0 |
| HSL | 201.36º | 1% | 0.88% | - |
| HSV(B) | 201.36º | 0.23% | 1% | - |
| XYZ | 70.24 | 77.8 | 105.92 | - |
| YUV | 225.03 | 144.91 | 107.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 234 | 255 | 0.23 | 0.08 | 0 | 0 | 201.36 | 1 | 0.88 |
| Hex | C4 | EA | FF | 17 | 8 | 0 | 0 | C9 | 64 | 58 |
| Octal | 304 | 352 | 377 | 27 | 10 | 0 | 0 | 311 | 144 | 130 |
| Binary | 11000100 | 11101010 | 11111111 | 10111 | 1000 | 0 | 0 | 11001001 | 1100100 | 1011000 |
Color Harmonies of #C4EAFF
Complementary color
Monochromatic Colors of #C4EAFF
Black with #C4EAFF
Text Example
Text Example
White with #C4EAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4EAFF; }
p { color: rgb(196,234,255); }
H1.HeaderClassName
{
color: #C4EAFF;
}
.AnyTagClassName
{
color: #C4EAFF;
}
</style>
background-color css
<style>
a { background-color: #C4EAFF; }
a { background-color: rgb(196,234,255); }
div.DivClassName
{
background-color: #C4EAFF;
}
.BgClassName
{
background-color: #C4EAFF;
}
</style>
border-color css
<style>
span { border-color: #C4EAFF; }
span { border-color: rgb(196,234,255); }
td.TdClassName
{
border-color: #C4EAFF;
}
.TagClassName
{
border-color: #C4EAFF;
}
</style>