Shades of Pattens Blue #C6EAFD
Tints of Pattens Blue #C6EAFD
RGB
CMYK
RGB Variations
Color information
#C6EAFD (or 0xC6EAFD) is known color: Pattens Blue. HEX triplet: C6, EA and FD. RGB value is (198,234,253). Sum of RGB (Red+Green+Blue) = 198+234+253=685 (90% of max value = 765). Red value is 198 (77.73% from 255 or 28.91% from 685); Green value is 234 (91.80% from 255 or 34.16% from 685); Blue value is 253 (99.22% from 255 or 36.93% from 685); Max value from RGB is 253 - color contains mainly: blue. Hex color #C6EAFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C6EAFD is #391502. Grayscale: #E1E1E1. Windows color (decimal): -3740931 or 16640710. OLE color: 16640710.
HSL color Cylindrical-coordinate representation of color #C6EAFD: hue angle of 200.73º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C6EAFD is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 234 | 253 | - |
| CMYK | 0.22 | 0.08 | 0 | 0.01 |
| HSL | 200.73º | 0.93% | 0.88% | - |
| HSV(B) | 200.73º | 0.22% | 0.99% | - |
| XYZ | 70.44 | 77.94 | 104.26 | - |
| YUV | 225.4 | 143.57 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 234 | 253 | 0.22 | 0.08 | 0 | 0.01 | 200.73 | 0.93 | 0.88 |
| Hex | C6 | EA | FD | 16 | 8 | 0 | 1 | C9 | 5D | 58 |
| Octal | 306 | 352 | 375 | 26 | 10 | 0 | 1 | 311 | 135 | 130 |
| Binary | 11000110 | 11101010 | 11111101 | 10110 | 1000 | 0 | 1 | 11001001 | 1011101 | 1011000 |
Color Harmonies of #C6EAFD
Complementary color
Monochromatic Colors of #C6EAFD
Black with #C6EAFD
Text Example
Text Example
White with #C6EAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6EAFD; }
p { color: rgb(198,234,253); }
H1.HeaderClassName
{
color: #C6EAFD;
}
.AnyTagClassName
{
color: #C6EAFD;
}
</style>
background-color css
<style>
a { background-color: #C6EAFD; }
a { background-color: rgb(198,234,253); }
div.DivClassName
{
background-color: #C6EAFD;
}
.BgClassName
{
background-color: #C6EAFD;
}
</style>
border-color css
<style>
span { border-color: #C6EAFD; }
span { border-color: rgb(198,234,253); }
td.TdClassName
{
border-color: #C6EAFD;
}
.TagClassName
{
border-color: #C6EAFD;
}
</style>