Shades of Pattens Blue #C8EDFC
Tints of Pattens Blue #C8EDFC
RGB
CMYK
RGB Variations
Color information
#C8EDFC (or 0xC8EDFC) is known color: Pattens Blue. HEX triplet: C8, ED and FC. RGB value is (200,237,252). Sum of RGB (Red+Green+Blue) = 200+237+252=689 (91% of max value = 765). Red value is 200 (78.52% from 255 or 29.03% from 689); Green value is 237 (92.97% from 255 or 34.40% from 689); Blue value is 252 (98.83% from 255 or 36.57% from 689); Max value from RGB is 252 - color contains mainly: blue. Hex color #C8EDFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8EDFC is #371203. Grayscale: #E3E3E3. Windows color (decimal): -3609092 or 16575944. OLE color: 16575944.
HSL color Cylindrical-coordinate representation of color #C8EDFC: hue angle of 197.31º degrees, saturation: 0.9, 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 #C8EDFC is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 237 | 252 | - |
| CMYK | 0.21 | 0.06 | 0 | 0.01 |
| HSL | 197.31º | 0.9% | 0.89% | - |
| HSV(B) | 197.31º | 0.21% | 0.99% | - |
| XYZ | 71.67 | 79.88 | 103.74 | - |
| YUV | 227.65 | 141.74 | 108.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 237 | 252 | 0.21 | 0.06 | 0 | 0.01 | 197.31 | 0.9 | 0.89 |
| Hex | C8 | ED | FC | 15 | 6 | 0 | 1 | C5 | 5A | 59 |
| Octal | 310 | 355 | 374 | 25 | 6 | 0 | 1 | 305 | 132 | 131 |
| Binary | 11001000 | 11101101 | 11111100 | 10101 | 110 | 0 | 1 | 11000101 | 1011010 | 1011001 |
Color Harmonies of #C8EDFC
Complementary color
Monochromatic Colors of #C8EDFC
Black with #C8EDFC
Text Example
Text Example
White with #C8EDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EDFC; }
p { color: rgb(200,237,252); }
H1.HeaderClassName
{
color: #C8EDFC;
}
.AnyTagClassName
{
color: #C8EDFC;
}
</style>
background-color css
<style>
a { background-color: #C8EDFC; }
a { background-color: rgb(200,237,252); }
div.DivClassName
{
background-color: #C8EDFC;
}
.BgClassName
{
background-color: #C8EDFC;
}
</style>
border-color css
<style>
span { border-color: #C8EDFC; }
span { border-color: rgb(200,237,252); }
td.TdClassName
{
border-color: #C8EDFC;
}
.TagClassName
{
border-color: #C8EDFC;
}
</style>