Shades of Pattens Blue #C6E6FD
Tints of Pattens Blue #C6E6FD
RGB
CMYK
RGB Variations
Color information
#C6E6FD (or 0xC6E6FD) is known color: Pattens Blue. HEX triplet: C6, E6 and FD. RGB value is (198,230,253). Sum of RGB (Red+Green+Blue) = 198+230+253=681 (90% of max value = 765). Red value is 198 (77.73% from 255 or 29.07% from 681); Green value is 230 (90.23% from 255 or 33.77% from 681); Blue value is 253 (99.22% from 255 or 37.15% from 681); Max value from RGB is 253 - color contains mainly: blue. Hex color #C6E6FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C6E6FD is #391902. Grayscale: #DEDEDE. Windows color (decimal): -3741955 or 16639686. OLE color: 16639686.
HSL color Cylindrical-coordinate representation of color #C6E6FD: hue angle of 205.09º 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 #C6E6FD is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 198 | 230 | 253 | - |
CMYK | 0.22 | 0.09 | 0 | 0.01 |
HSL | 205.09º | 0.93% | 0.88% | - |
HSV(B) | 205.09º | 0.22% | 0.99% | - |
XYZ | 69.32 | 75.69 | 103.89 | - |
YUV | 223.05 | 144.9 | 110.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 198 | 230 | 253 | 0.22 | 0.09 | 0 | 0.01 | 205.09 | 0.93 | 0.88 |
Hex | C6 | E6 | FD | 16 | 9 | 0 | 1 | CD | 5D | 58 |
Octal | 306 | 346 | 375 | 26 | 11 | 0 | 1 | 315 | 135 | 130 |
Binary | 11000110 | 11100110 | 11111101 | 10110 | 1001 | 0 | 1 | 11001101 | 1011101 | 1011000 |
Color Harmonies of #C6E6FD
Complementary color
Monochromatic Colors of #C6E6FD
Black with #C6E6FD
Text Example
Text Example
White with #C6E6FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6E6FD; }
p { color: rgb(198,230,253); }
H1.HeaderClassName
{
color: #C6E6FD;
}
.AnyTagClassName
{
color: #C6E6FD;
}
</style>
background-color css
<style>
a { background-color: #C6E6FD; }
a { background-color: rgb(198,230,253); }
div.DivClassName
{
background-color: #C6E6FD;
}
.BgClassName
{
background-color: #C6E6FD;
}
</style>
border-color css
<style>
span { border-color: #C6E6FD; }
span { border-color: rgb(198,230,253); }
td.TdClassName
{
border-color: #C6E6FD;
}
.TagClassName
{
border-color: #C6E6FD;
}
</style>