Shades of Pattens Blue #C8E0EE
Tints of Pattens Blue #C8E0EE
RGB
CMYK
RGB Variations
Color information
#C8E0EE (or 0xC8E0EE) is known color: Pattens Blue. HEX triplet: C8, E0 and EE. RGB value is (200,224,238). Sum of RGB (Red+Green+Blue) = 200+224+238=662 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.21% from 662); Green value is 224 (87.89% from 255 or 33.84% from 662); Blue value is 238 (93.36% from 255 or 35.95% from 662); Max value from RGB is 238 - color contains mainly: blue. Hex color #C8E0EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8E0EE is #371F11. Grayscale: #DADADA. Windows color (decimal): -3612434 or 15655112. OLE color: 15655112.
HSL color Cylindrical-coordinate representation of color #C8E0EE: hue angle of 202.11º degrees, saturation: 0.53, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C8E0EE is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 224 | 238 | - |
| CMYK | 0.16 | 0.06 | 0 | 0.07 |
| HSL | 202.11º | 0.53% | 0.86% | - |
| HSV(B) | 202.11º | 0.16% | 0.93% | - |
| XYZ | 65.91 | 71.76 | 91.27 | - |
| YUV | 218.42 | 139.05 | 114.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 224 | 238 | 0.16 | 0.06 | 0 | 0.07 | 202.11 | 0.53 | 0.86 |
| Hex | C8 | E0 | EE | 10 | 6 | 0 | 7 | CA | 35 | 56 |
| Octal | 310 | 340 | 356 | 20 | 6 | 0 | 7 | 312 | 65 | 126 |
| Binary | 11001000 | 11100000 | 11101110 | 10000 | 110 | 0 | 111 | 11001010 | 110101 | 1010110 |
Color Harmonies of #C8E0EE
Complementary color
Monochromatic Colors of #C8E0EE
Black with #C8E0EE
Text Example
Text Example
White with #C8E0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E0EE; }
p { color: rgb(200,224,238); }
H1.HeaderClassName
{
color: #C8E0EE;
}
.AnyTagClassName
{
color: #C8E0EE;
}
</style>
background-color css
<style>
a { background-color: #C8E0EE; }
a { background-color: rgb(200,224,238); }
div.DivClassName
{
background-color: #C8E0EE;
}
.BgClassName
{
background-color: #C8E0EE;
}
</style>
border-color css
<style>
span { border-color: #C8E0EE; }
span { border-color: rgb(200,224,238); }
td.TdClassName
{
border-color: #C8E0EE;
}
.TagClassName
{
border-color: #C8E0EE;
}
</style>