Shades of Pattens Blue #C9DEF4
Tints of Pattens Blue #C9DEF4
RGB
CMYK
RGB Variations
Color information
#C9DEF4 (or 0xC9DEF4) is known color: Pattens Blue. HEX triplet: C9, DE and F4. RGB value is (201,222,244). Sum of RGB (Red+Green+Blue) = 201+222+244=667 (88% of max value = 765). Red value is 201 (78.91% from 255 or 30.13% from 667); Green value is 222 (87.11% from 255 or 33.28% from 667); Blue value is 244 (95.70% from 255 or 36.58% from 667); Max value from RGB is 244 - color contains mainly: blue. Hex color #C9DEF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9DEF4 is #36210B. Grayscale: #DADADA. Windows color (decimal): -3547404 or 16047817. OLE color: 16047817.
HSL color Cylindrical-coordinate representation of color #C9DEF4: hue angle of 210.7º degrees, saturation: 0.66, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C9DEF4 is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 201 | 222 | 244 | - |
CMYK | 0.18 | 0.09 | 0 | 0.04 |
HSL | 210.7º | 0.66% | 0.87% | - |
HSV(B) | 210.7º | 0.18% | 0.96% | - |
XYZ | 66.54 | 71.19 | 95.82 | - |
YUV | 218.23 | 142.54 | 115.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 222 | 244 | 0.18 | 0.09 | 0 | 0.04 | 210.7 | 0.66 | 0.87 |
Hex | C9 | DE | F4 | 12 | 9 | 0 | 4 | D3 | 42 | 57 |
Octal | 311 | 336 | 364 | 22 | 11 | 0 | 4 | 323 | 102 | 127 |
Binary | 11001001 | 11011110 | 11110100 | 10010 | 1001 | 0 | 100 | 11010011 | 1000010 | 1010111 |
Color Harmonies of #C9DEF4
Complementary color
Monochromatic Colors of #C9DEF4
Black with #C9DEF4
Text Example
Text Example
White with #C9DEF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DEF4; }
p { color: rgb(201,222,244); }
H1.HeaderClassName
{
color: #C9DEF4;
}
.AnyTagClassName
{
color: #C9DEF4;
}
</style>
background-color css
<style>
a { background-color: #C9DEF4; }
a { background-color: rgb(201,222,244); }
div.DivClassName
{
background-color: #C9DEF4;
}
.BgClassName
{
background-color: #C9DEF4;
}
</style>
border-color css
<style>
span { border-color: #C9DEF4; }
span { border-color: rgb(201,222,244); }
td.TdClassName
{
border-color: #C9DEF4;
}
.TagClassName
{
border-color: #C9DEF4;
}
</style>