Shades of Pattens Blue #C6EAFB
Tints of Pattens Blue #C6EAFB
RGB
CMYK
RGB Variations
Color information
#C6EAFB (or 0xC6EAFB) is known color: Pattens Blue. HEX triplet: C6, EA and FB. RGB value is (198,234,251). Sum of RGB (Red+Green+Blue) = 198+234+251=683 (90% of max value = 765). Red value is 198 (77.73% from 255 or 28.99% from 683); Green value is 234 (91.80% from 255 or 34.26% from 683); Blue value is 251 (98.44% from 255 or 36.75% from 683); Max value from RGB is 251 - color contains mainly: blue. Hex color #C6EAFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C6EAFB is #391504. Grayscale: #E1E1E1. Windows color (decimal): -3740933 or 16509638. OLE color: 16509638.
HSL color Cylindrical-coordinate representation of color #C6EAFB: hue angle of 199.25º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C6EAFB is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 234 | 251 | - |
| CMYK | 0.21 | 0.07 | 0 | 0.02 |
| HSL | 199.25º | 0.87% | 0.88% | - |
| HSV(B) | 199.25º | 0.21% | 0.98% | - |
| XYZ | 70.12 | 77.82 | 102.59 | - |
| YUV | 225.17 | 142.57 | 108.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 234 | 251 | 0.21 | 0.07 | 0 | 0.02 | 199.25 | 0.87 | 0.88 |
| Hex | C6 | EA | FB | 15 | 7 | 0 | 2 | C7 | 57 | 58 |
| Octal | 306 | 352 | 373 | 25 | 7 | 0 | 2 | 307 | 127 | 130 |
| Binary | 11000110 | 11101010 | 11111011 | 10101 | 111 | 0 | 10 | 11000111 | 1010111 | 1011000 |
Color Harmonies of #C6EAFB
Complementary color
Monochromatic Colors of #C6EAFB
Black with #C6EAFB
Text Example
Text Example
White with #C6EAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6EAFB; }
p { color: rgb(198,234,251); }
H1.HeaderClassName
{
color: #C6EAFB;
}
.AnyTagClassName
{
color: #C6EAFB;
}
</style>
background-color css
<style>
a { background-color: #C6EAFB; }
a { background-color: rgb(198,234,251); }
div.DivClassName
{
background-color: #C6EAFB;
}
.BgClassName
{
background-color: #C6EAFB;
}
</style>
border-color css
<style>
span { border-color: #C6EAFB; }
span { border-color: rgb(198,234,251); }
td.TdClassName
{
border-color: #C6EAFB;
}
.TagClassName
{
border-color: #C6EAFB;
}
</style>