Shades of Pattens Blue #C8E5FE
Tints of Pattens Blue #C8E5FE
RGB
CMYK
RGB Variations
Color information
#C8E5FE (or 0xC8E5FE) is known color: Pattens Blue. HEX triplet: C8, E5 and FE. RGB value is (200,229,254). Sum of RGB (Red+Green+Blue) = 200+229+254=683 (90% of max value = 765). Red value is 200 (78.52% from 255 or 29.28% from 683); Green value is 229 (89.84% from 255 or 33.53% from 683); Blue value is 254 (99.61% from 255 or 37.19% from 683); Max value from RGB is 254 - color contains mainly: blue. Hex color #C8E5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8E5FE is #371A01. Grayscale: #DFDFDF. Windows color (decimal): -3611138 or 16704968. OLE color: 16704968.
HSL color Cylindrical-coordinate representation of color #C8E5FE: hue angle of 207.78º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C8E5FE is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 200 | 229 | 254 | - |
| CMYK | 0.21 | 0.10 | 0 | 0.00 |
| HSL | 207.78º | 0.96% | 0.89% | - |
| HSV(B) | 207.78º | 0.21% | 1% | - |
| XYZ | 69.73 | 75.47 | 104.66 | - |
| YUV | 223.18 | 145.39 | 111.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 229 | 254 | 0.21 | 0.10 | 0 | 0.00 | 207.78 | 0.96 | 0.89 |
| Hex | C8 | E5 | FE | 15 | A | 0 | 0 | D0 | 60 | 59 |
| Octal | 310 | 345 | 376 | 25 | 12 | 0 | 0 | 320 | 140 | 131 |
| Binary | 11001000 | 11100101 | 11111110 | 10101 | 1010 | 0 | 0 | 11010000 | 1100000 | 1011001 |
Color Harmonies of #C8E5FE
Complementary color
Monochromatic Colors of #C8E5FE
Black with #C8E5FE
Text Example
Text Example
White with #C8E5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E5FE; }
p { color: rgb(200,229,254); }
H1.HeaderClassName
{
color: #C8E5FE;
}
.AnyTagClassName
{
color: #C8E5FE;
}
</style>
background-color css
<style>
a { background-color: #C8E5FE; }
a { background-color: rgb(200,229,254); }
div.DivClassName
{
background-color: #C8E5FE;
}
.BgClassName
{
background-color: #C8E5FE;
}
</style>
border-color css
<style>
span { border-color: #C8E5FE; }
span { border-color: rgb(200,229,254); }
td.TdClassName
{
border-color: #C8E5FE;
}
.TagClassName
{
border-color: #C8E5FE;
}
</style>