Shades of Pattens Blue #C8F0FE
Tints of Pattens Blue #C8F0FE
RGB
CMYK
RGB Variations
Color information
#C8F0FE (or 0xC8F0FE) is known color: Pattens Blue. HEX triplet: C8, F0 and FE. RGB value is (200,240,254). Sum of RGB (Red+Green+Blue) = 200+240+254=694 (91% of max value = 765). Red value is 200 (78.52% from 255 or 28.82% from 694); Green value is 240 (94.14% from 255 or 34.58% from 694); Blue value is 254 (99.61% from 255 or 36.60% from 694); Max value from RGB is 254 - color contains mainly: blue. Hex color #C8F0FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8F0FE is #370F01. Grayscale: #E5E5E5. Windows color (decimal): -3608322 or 16707784. OLE color: 16707784.
HSL color Cylindrical-coordinate representation of color #C8F0FE: hue angle of 195.56º 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 #C8F0FE is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 200 | 240 | 254 | - |
| CMYK | 0.21 | 0.06 | 0 | 0.00 |
| HSL | 195.56º | 0.96% | 0.89% | - |
| HSV(B) | 195.56º | 0.21% | 1% | - |
| XYZ | 72.87 | 81.76 | 105.71 | - |
| YUV | 229.64 | 141.75 | 106.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 240 | 254 | 0.21 | 0.06 | 0 | 0.00 | 195.56 | 0.96 | 0.89 |
| Hex | C8 | F0 | FE | 15 | 6 | 0 | 0 | C4 | 60 | 59 |
| Octal | 310 | 360 | 376 | 25 | 6 | 0 | 0 | 304 | 140 | 131 |
| Binary | 11001000 | 11110000 | 11111110 | 10101 | 110 | 0 | 0 | 11000100 | 1100000 | 1011001 |
Color Harmonies of #C8F0FE
Complementary color
Monochromatic Colors of #C8F0FE
Black with #C8F0FE
Text Example
Text Example
White with #C8F0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F0FE; }
p { color: rgb(200,240,254); }
H1.HeaderClassName
{
color: #C8F0FE;
}
.AnyTagClassName
{
color: #C8F0FE;
}
</style>
background-color css
<style>
a { background-color: #C8F0FE; }
a { background-color: rgb(200,240,254); }
div.DivClassName
{
background-color: #C8F0FE;
}
.BgClassName
{
background-color: #C8F0FE;
}
</style>
border-color css
<style>
span { border-color: #C8F0FE; }
span { border-color: rgb(200,240,254); }
td.TdClassName
{
border-color: #C8F0FE;
}
.TagClassName
{
border-color: #C8F0FE;
}
</style>