Shades of Pattens Blue #C8EEFF
Tints of Pattens Blue #C8EEFF
RGB
CMYK
RGB Variations
Color information
#C8EEFF (or 0xC8EEFF) is known color: Pattens Blue. HEX triplet: C8, EE and FF. RGB value is (200,238,255). Sum of RGB (Red+Green+Blue) = 200+238+255=693 (91% of max value = 765). Red value is 200 (78.52% from 255 or 28.86% from 693); Green value is 238 (93.36% from 255 or 34.34% from 693); Blue value is 255 (100% from 255 or 36.80% from 693); Max value from RGB is 255 - color contains mainly: blue. Hex color #C8EEFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8EEFF is #371100. Grayscale: #E4E4E4. Windows color (decimal): -3608833 or 16772808. OLE color: 16772808.
HSL color Cylindrical-coordinate representation of color #C8EEFF: hue angle of 198.55º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C8EEFF is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 238 | 255 | - |
| CMYK | 0.22 | 0.07 | 0 | 0 |
| HSL | 198.55º | 1% | 0.89% | - |
| HSV(B) | 198.55º | 0.22% | 1% | - |
| XYZ | 72.44 | 80.65 | 106.36 | - |
| YUV | 228.58 | 142.91 | 107.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 238 | 255 | 0.22 | 0.07 | 0 | 0 | 198.55 | 1 | 0.89 |
| Hex | C8 | EE | FF | 16 | 7 | 0 | 0 | C7 | 64 | 59 |
| Octal | 310 | 356 | 377 | 26 | 7 | 0 | 0 | 307 | 144 | 131 |
| Binary | 11001000 | 11101110 | 11111111 | 10110 | 111 | 0 | 0 | 11000111 | 1100100 | 1011001 |
Color Harmonies of #C8EEFF
Complementary color
Monochromatic Colors of #C8EEFF
Black with #C8EEFF
Text Example
Text Example
White with #C8EEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EEFF; }
p { color: rgb(200,238,255); }
H1.HeaderClassName
{
color: #C8EEFF;
}
.AnyTagClassName
{
color: #C8EEFF;
}
</style>
background-color css
<style>
a { background-color: #C8EEFF; }
a { background-color: rgb(200,238,255); }
div.DivClassName
{
background-color: #C8EEFF;
}
.BgClassName
{
background-color: #C8EEFF;
}
</style>
border-color css
<style>
span { border-color: #C8EEFF; }
span { border-color: rgb(200,238,255); }
td.TdClassName
{
border-color: #C8EEFF;
}
.TagClassName
{
border-color: #C8EEFF;
}
</style>