Shades of Pattens Blue #C8E5FD
Tints of Pattens Blue #C8E5FD
RGB
CMYK
RGB Variations
Color information
#C8E5FD (or 0xC8E5FD) is known color: Pattens Blue. HEX triplet: C8, E5 and FD. RGB value is (200,229,253). Sum of RGB (Red+Green+Blue) = 200+229+253=682 (90% of max value = 765). Red value is 200 (78.52% from 255 or 29.33% from 682); Green value is 229 (89.84% from 255 or 33.58% from 682); Blue value is 253 (99.22% from 255 or 37.10% from 682); Max value from RGB is 253 - color contains mainly: blue. Hex color #C8E5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8E5FD is #371A02. Grayscale: #DEDEDE. Windows color (decimal): -3611139 or 16639432. OLE color: 16639432.
HSL color Cylindrical-coordinate representation of color #C8E5FD: hue angle of 207.17º degrees, saturation: 0.93, 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 #C8E5FD is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 200 | 229 | 253 | - |
CMYK | 0.21 | 0.09 | 0 | 0.01 |
HSL | 207.17º | 0.93% | 0.89% | - |
HSV(B) | 207.17º | 0.21% | 0.99% | - |
XYZ | 69.57 | 75.41 | 103.82 | - |
YUV | 223.07 | 144.89 | 111.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 229 | 253 | 0.21 | 0.09 | 0 | 0.01 | 207.17 | 0.93 | 0.89 |
Hex | C8 | E5 | FD | 15 | 9 | 0 | 1 | CF | 5D | 59 |
Octal | 310 | 345 | 375 | 25 | 11 | 0 | 1 | 317 | 135 | 131 |
Binary | 11001000 | 11100101 | 11111101 | 10101 | 1001 | 0 | 1 | 11001111 | 1011101 | 1011001 |
Color Harmonies of #C8E5FD
Complementary color
Monochromatic Colors of #C8E5FD
Black with #C8E5FD
Text Example
Text Example
White with #C8E5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E5FD; }
p { color: rgb(200,229,253); }
H1.HeaderClassName
{
color: #C8E5FD;
}
.AnyTagClassName
{
color: #C8E5FD;
}
</style>
background-color css
<style>
a { background-color: #C8E5FD; }
a { background-color: rgb(200,229,253); }
div.DivClassName
{
background-color: #C8E5FD;
}
.BgClassName
{
background-color: #C8E5FD;
}
</style>
border-color css
<style>
span { border-color: #C8E5FD; }
span { border-color: rgb(200,229,253); }
td.TdClassName
{
border-color: #C8E5FD;
}
.TagClassName
{
border-color: #C8E5FD;
}
</style>