Shades of Pattens Blue #C8DFEC
Tints of Pattens Blue #C8DFEC
RGB
CMYK
RGB Variations
Color information
#C8DFEC (or 0xC8DFEC) is known color: Pattens Blue. HEX triplet: C8, DF and EC. RGB value is (200,223,236). Sum of RGB (Red+Green+Blue) = 200+223+236=659 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.35% from 659); Green value is 223 (87.5% from 255 or 33.84% from 659); Blue value is 236 (92.58% from 255 or 35.81% from 659); Max value from RGB is 236 - color contains mainly: blue. Hex color #C8DFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8DFEC is #372013. Grayscale: #D9D9D9. Windows color (decimal): -3612692 or 15523784. OLE color: 15523784.
HSL color Cylindrical-coordinate representation of color #C8DFEC: hue angle of 201.67º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C8DFEC is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 200 | 223 | 236 | - |
CMYK | 0.15 | 0.06 | 0 | 0.07 |
HSL | 201.67º | 0.49% | 0.85% | - |
HSV(B) | 201.67º | 0.15% | 0.93% | - |
XYZ | 65.35 | 71.11 | 89.64 | - |
YUV | 217.61 | 138.38 | 115.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 223 | 236 | 0.15 | 0.06 | 0 | 0.07 | 201.67 | 0.49 | 0.85 |
Hex | C8 | DF | EC | F | 6 | 0 | 7 | CA | 31 | 55 |
Octal | 310 | 337 | 354 | 17 | 6 | 0 | 7 | 312 | 61 | 125 |
Binary | 11001000 | 11011111 | 11101100 | 1111 | 110 | 0 | 111 | 11001010 | 110001 | 1010101 |
Color Harmonies of #C8DFEC
Complementary color
Monochromatic Colors of #C8DFEC
Black with #C8DFEC
Text Example
Text Example
White with #C8DFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DFEC; }
p { color: rgb(200,223,236); }
H1.HeaderClassName
{
color: #C8DFEC;
}
.AnyTagClassName
{
color: #C8DFEC;
}
</style>
background-color css
<style>
a { background-color: #C8DFEC; }
a { background-color: rgb(200,223,236); }
div.DivClassName
{
background-color: #C8DFEC;
}
.BgClassName
{
background-color: #C8DFEC;
}
</style>
border-color css
<style>
span { border-color: #C8DFEC; }
span { border-color: rgb(200,223,236); }
td.TdClassName
{
border-color: #C8DFEC;
}
.TagClassName
{
border-color: #C8DFEC;
}
</style>