Shades of Pattens Blue #C9E5FE
Tints of Pattens Blue #C9E5FE
RGB
CMYK
RGB Variations
Color information
#C9E5FE (or 0xC9E5FE) is known color: Pattens Blue. HEX triplet: C9, E5 and FE. RGB value is (201,229,254). Sum of RGB (Red+Green+Blue) = 201+229+254=684 (90% of max value = 765). Red value is 201 (78.91% from 255 or 29.39% from 684); Green value is 229 (89.84% from 255 or 33.48% from 684); Blue value is 254 (99.61% from 255 or 37.13% from 684); Max value from RGB is 254 - color contains mainly: blue. Hex color #C9E5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9E5FE is #361A01. Grayscale: #DFDFDF. Windows color (decimal): -3545602 or 16704969. OLE color: 16704969.
HSL color Cylindrical-coordinate representation of color #C9E5FE: hue angle of 208.3º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C9E5FE is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 201 | 229 | 254 | - |
CMYK | 0.21 | 0.10 | 0 | 0.00 |
HSL | 208.3º | 0.96% | 0.89% | - |
HSV(B) | 208.3º | 0.21% | 1% | - |
XYZ | 70 | 75.61 | 104.67 | - |
YUV | 223.48 | 145.22 | 111.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 229 | 254 | 0.21 | 0.10 | 0 | 0.00 | 208.3 | 0.96 | 0.89 |
Hex | C9 | E5 | FE | 15 | A | 0 | 0 | D0 | 60 | 59 |
Octal | 311 | 345 | 376 | 25 | 12 | 0 | 0 | 320 | 140 | 131 |
Binary | 11001001 | 11100101 | 11111110 | 10101 | 1010 | 0 | 0 | 11010000 | 1100000 | 1011001 |
Color Harmonies of #C9E5FE
Complementary color
Monochromatic Colors of #C9E5FE
Black with #C9E5FE
Text Example
Text Example
White with #C9E5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9E5FE; }
p { color: rgb(201,229,254); }
H1.HeaderClassName
{
color: #C9E5FE;
}
.AnyTagClassName
{
color: #C9E5FE;
}
</style>
background-color css
<style>
a { background-color: #C9E5FE; }
a { background-color: rgb(201,229,254); }
div.DivClassName
{
background-color: #C9E5FE;
}
.BgClassName
{
background-color: #C9E5FE;
}
</style>
border-color css
<style>
span { border-color: #C9E5FE; }
span { border-color: rgb(201,229,254); }
td.TdClassName
{
border-color: #C9E5FE;
}
.TagClassName
{
border-color: #C9E5FE;
}
</style>