Shades of Pattens Blue #C8EFFD
Tints of Pattens Blue #C8EFFD
RGB
CMYK
RGB Variations
Color information
#C8EFFD (or 0xC8EFFD) is known color: Pattens Blue. HEX triplet: C8, EF and FD. RGB value is (200,239,253). Sum of RGB (Red+Green+Blue) = 200+239+253=692 (91% of max value = 765). Red value is 200 (78.52% from 255 or 28.90% from 692); Green value is 239 (93.75% from 255 or 34.54% from 692); Blue value is 253 (99.22% from 255 or 36.56% from 692); Max value from RGB is 253 - color contains mainly: blue. Hex color #C8EFFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8EFFD is #371002. Grayscale: #E4E4E4. Windows color (decimal): -3608579 or 16641992. OLE color: 16641992.
HSL color Cylindrical-coordinate representation of color #C8EFFD: hue angle of 195.85º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C8EFFD is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 239 | 253 | - |
| CMYK | 0.21 | 0.06 | 0 | 0.01 |
| HSL | 195.85º | 0.93% | 0.89% | - |
| HSV(B) | 195.85º | 0.21% | 0.99% | - |
| XYZ | 72.42 | 81.1 | 104.77 | - |
| YUV | 228.94 | 141.58 | 107.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 239 | 253 | 0.21 | 0.06 | 0 | 0.01 | 195.85 | 0.93 | 0.89 |
| Hex | C8 | EF | FD | 15 | 6 | 0 | 1 | C4 | 5D | 59 |
| Octal | 310 | 357 | 375 | 25 | 6 | 0 | 1 | 304 | 135 | 131 |
| Binary | 11001000 | 11101111 | 11111101 | 10101 | 110 | 0 | 1 | 11000100 | 1011101 | 1011001 |
Color Harmonies of #C8EFFD
Complementary color
Monochromatic Colors of #C8EFFD
Black with #C8EFFD
Text Example
Text Example
White with #C8EFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EFFD; }
p { color: rgb(200,239,253); }
H1.HeaderClassName
{
color: #C8EFFD;
}
.AnyTagClassName
{
color: #C8EFFD;
}
</style>
background-color css
<style>
a { background-color: #C8EFFD; }
a { background-color: rgb(200,239,253); }
div.DivClassName
{
background-color: #C8EFFD;
}
.BgClassName
{
background-color: #C8EFFD;
}
</style>
border-color css
<style>
span { border-color: #C8EFFD; }
span { border-color: rgb(200,239,253); }
td.TdClassName
{
border-color: #C8EFFD;
}
.TagClassName
{
border-color: #C8EFFD;
}
</style>