Shades of Pattens Blue #C8EFFE
Tints of Pattens Blue #C8EFFE
RGB
CMYK
RGB Variations
Color information
#C8EFFE (or 0xC8EFFE) is known color: Pattens Blue. HEX triplet: C8, EF and FE. RGB value is (200,239,254). Sum of RGB (Red+Green+Blue) = 200+239+254=693 (91% of max value = 765). Red value is 200 (78.52% from 255 or 28.86% from 693); Green value is 239 (93.75% from 255 or 34.49% from 693); Blue value is 254 (99.61% from 255 or 36.65% from 693); Max value from RGB is 254 - color contains mainly: blue. Hex color #C8EFFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8EFFE is #371001. Grayscale: #E4E4E4. Windows color (decimal): -3608578 or 16707528. OLE color: 16707528.
HSL color Cylindrical-coordinate representation of color #C8EFFE: hue angle of 196.67º 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 #C8EFFE is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 200 | 239 | 254 | - |
| CMYK | 0.21 | 0.06 | 0 | 0.00 |
| HSL | 196.67º | 0.96% | 0.89% | - |
| HSV(B) | 196.67º | 0.21% | 1% | - |
| XYZ | 72.58 | 81.17 | 105.61 | - |
| YUV | 229.05 | 142.08 | 107.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 239 | 254 | 0.21 | 0.06 | 0 | 0.00 | 196.67 | 0.96 | 0.89 |
| Hex | C8 | EF | FE | 15 | 6 | 0 | 0 | C5 | 60 | 59 |
| Octal | 310 | 357 | 376 | 25 | 6 | 0 | 0 | 305 | 140 | 131 |
| Binary | 11001000 | 11101111 | 11111110 | 10101 | 110 | 0 | 0 | 11000101 | 1100000 | 1011001 |
Color Harmonies of #C8EFFE
Complementary color
Monochromatic Colors of #C8EFFE
Black with #C8EFFE
Text Example
Text Example
White with #C8EFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EFFE; }
p { color: rgb(200,239,254); }
H1.HeaderClassName
{
color: #C8EFFE;
}
.AnyTagClassName
{
color: #C8EFFE;
}
</style>
background-color css
<style>
a { background-color: #C8EFFE; }
a { background-color: rgb(200,239,254); }
div.DivClassName
{
background-color: #C8EFFE;
}
.BgClassName
{
background-color: #C8EFFE;
}
</style>
border-color css
<style>
span { border-color: #C8EFFE; }
span { border-color: rgb(200,239,254); }
td.TdClassName
{
border-color: #C8EFFE;
}
.TagClassName
{
border-color: #C8EFFE;
}
</style>