Shades of Pattens Blue #C9DEEF
Tints of Pattens Blue #C9DEEF
RGB
CMYK
RGB Variations
Color information
#C9DEEF (or 0xC9DEEF) is known color: Pattens Blue. HEX triplet: C9, DE and EF. RGB value is (201,222,239). Sum of RGB (Red+Green+Blue) = 201+222+239=662 (87% of max value = 765). Red value is 201 (78.91% from 255 or 30.36% from 662); Green value is 222 (87.11% from 255 or 33.53% from 662); Blue value is 239 (93.75% from 255 or 36.10% from 662); Max value from RGB is 239 - color contains mainly: blue. Hex color #C9DEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9DEEF is #362110. Grayscale: #D9D9D9. Windows color (decimal): -3547409 or 15720137. OLE color: 15720137.
HSL color Cylindrical-coordinate representation of color #C9DEEF: hue angle of 206.84º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C9DEEF is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 201 | 222 | 239 | - |
CMYK | 0.16 | 0.07 | 0 | 0.06 |
HSL | 206.84º | 0.54% | 0.86% | - |
HSV(B) | 206.84º | 0.16% | 0.94% | - |
XYZ | 65.79 | 70.89 | 91.88 | - |
YUV | 217.66 | 140.04 | 116.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 222 | 239 | 0.16 | 0.07 | 0 | 0.06 | 206.84 | 0.54 | 0.86 |
Hex | C9 | DE | EF | 10 | 7 | 0 | 6 | CF | 36 | 56 |
Octal | 311 | 336 | 357 | 20 | 7 | 0 | 6 | 317 | 66 | 126 |
Binary | 11001001 | 11011110 | 11101111 | 10000 | 111 | 0 | 110 | 11001111 | 110110 | 1010110 |
Color Harmonies of #C9DEEF
Complementary color
Monochromatic Colors of #C9DEEF
Black with #C9DEEF
Text Example
Text Example
White with #C9DEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DEEF; }
p { color: rgb(201,222,239); }
H1.HeaderClassName
{
color: #C9DEEF;
}
.AnyTagClassName
{
color: #C9DEEF;
}
</style>
background-color css
<style>
a { background-color: #C9DEEF; }
a { background-color: rgb(201,222,239); }
div.DivClassName
{
background-color: #C9DEEF;
}
.BgClassName
{
background-color: #C9DEEF;
}
</style>
border-color css
<style>
span { border-color: #C9DEEF; }
span { border-color: rgb(201,222,239); }
td.TdClassName
{
border-color: #C9DEEF;
}
.TagClassName
{
border-color: #C9DEEF;
}
</style>