Shades of Pattens Blue #C8EFFF
Tints of Pattens Blue #C8EFFF
RGB
CMYK
RGB Variations
Color information
#C8EFFF (or 0xC8EFFF) is known color: Pattens Blue. HEX triplet: C8, EF and FF. RGB value is (200,239,255). Sum of RGB (Red+Green+Blue) = 200+239+255=694 (91% of max value = 765). Red value is 200 (78.52% from 255 or 28.82% from 694); Green value is 239 (93.75% from 255 or 34.44% from 694); Blue value is 255 (100% from 255 or 36.74% from 694); Max value from RGB is 255 - color contains mainly: blue. Hex color #C8EFFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8EFFF is #371000. Grayscale: #E5E5E5. Windows color (decimal): -3608577 or 16773064. OLE color: 16773064.
HSL color Cylindrical-coordinate representation of color #C8EFFF: hue angle of 197.45º 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 #C8EFFF is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 239 | 255 | - |
| CMYK | 0.22 | 0.06 | 0 | 0 |
| HSL | 197.45º | 1% | 0.89% | - |
| HSV(B) | 197.45º | 0.22% | 1% | - |
| XYZ | 72.74 | 81.23 | 106.45 | - |
| YUV | 229.16 | 142.58 | 107.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 239 | 255 | 0.22 | 0.06 | 0 | 0 | 197.45 | 1 | 0.89 |
| Hex | C8 | EF | FF | 16 | 6 | 0 | 0 | C5 | 64 | 59 |
| Octal | 310 | 357 | 377 | 26 | 6 | 0 | 0 | 305 | 144 | 131 |
| Binary | 11001000 | 11101111 | 11111111 | 10110 | 110 | 0 | 0 | 11000101 | 1100100 | 1011001 |
Color Harmonies of #C8EFFF
Complementary color
Monochromatic Colors of #C8EFFF
Black with #C8EFFF
Text Example
Text Example
White with #C8EFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EFFF; }
p { color: rgb(200,239,255); }
H1.HeaderClassName
{
color: #C8EFFF;
}
.AnyTagClassName
{
color: #C8EFFF;
}
</style>
background-color css
<style>
a { background-color: #C8EFFF; }
a { background-color: rgb(200,239,255); }
div.DivClassName
{
background-color: #C8EFFF;
}
.BgClassName
{
background-color: #C8EFFF;
}
</style>
border-color css
<style>
span { border-color: #C8EFFF; }
span { border-color: rgb(200,239,255); }
td.TdClassName
{
border-color: #C8EFFF;
}
.TagClassName
{
border-color: #C8EFFF;
}
</style>