Shades of Pattens Blue #C9EDFD
Tints of Pattens Blue #C9EDFD
RGB
CMYK
RGB Variations
Color information
#C9EDFD (or 0xC9EDFD) is known color: Pattens Blue. HEX triplet: C9, ED and FD. RGB value is (201,237,253). Sum of RGB (Red+Green+Blue) = 201+237+253=691 (91% of max value = 765). Red value is 201 (78.91% from 255 or 29.09% from 691); Green value is 237 (92.97% from 255 or 34.30% from 691); Blue value is 253 (99.22% from 255 or 36.61% from 691); Max value from RGB is 253 - color contains mainly: blue. Hex color #C9EDFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9EDFD is #361202. Grayscale: #E3E3E3. Windows color (decimal): -3543555 or 16641481. OLE color: 16641481.
HSL color Cylindrical-coordinate representation of color #C9EDFD: hue angle of 198.46º 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 #C9EDFD is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 201 | 237 | 253 | - |
CMYK | 0.21 | 0.06 | 0 | 0.01 |
HSL | 198.46º | 0.93% | 0.89% | - |
HSV(B) | 198.46º | 0.21% | 0.99% | - |
XYZ | 72.1 | 80.08 | 104.58 | - |
YUV | 228.06 | 142.07 | 108.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 237 | 253 | 0.21 | 0.06 | 0 | 0.01 | 198.46 | 0.93 | 0.89 |
Hex | C9 | ED | FD | 15 | 6 | 0 | 1 | C6 | 5D | 59 |
Octal | 311 | 355 | 375 | 25 | 6 | 0 | 1 | 306 | 135 | 131 |
Binary | 11001001 | 11101101 | 11111101 | 10101 | 110 | 0 | 1 | 11000110 | 1011101 | 1011001 |
Color Harmonies of #C9EDFD
Complementary color
Monochromatic Colors of #C9EDFD
Black with #C9EDFD
Text Example
Text Example
White with #C9EDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9EDFD; }
p { color: rgb(201,237,253); }
H1.HeaderClassName
{
color: #C9EDFD;
}
.AnyTagClassName
{
color: #C9EDFD;
}
</style>
background-color css
<style>
a { background-color: #C9EDFD; }
a { background-color: rgb(201,237,253); }
div.DivClassName
{
background-color: #C9EDFD;
}
.BgClassName
{
background-color: #C9EDFD;
}
</style>
border-color css
<style>
span { border-color: #C9EDFD; }
span { border-color: rgb(201,237,253); }
td.TdClassName
{
border-color: #C9EDFD;
}
.TagClassName
{
border-color: #C9EDFD;
}
</style>