Shades of Pattens Blue #CADFE9
Tints of Pattens Blue #CADFE9
RGB
CMYK
RGB Variations
Color information
#CADFE9 (or 0xCADFE9) is known color: Pattens Blue. HEX triplet: CA, DF and E9. RGB value is (202,223,233). Sum of RGB (Red+Green+Blue) = 202+223+233=658 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.70% from 658); Green value is 223 (87.5% from 255 or 33.89% from 658); Blue value is 233 (91.41% from 255 or 35.41% from 658); Max value from RGB is 233 - color contains mainly: blue. Hex color #CADFE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADFE9 is #352016. Grayscale: #D9D9D9. Windows color (decimal): -3481623 or 15327178. OLE color: 15327178.
HSL color Cylindrical-coordinate representation of color #CADFE9: hue angle of 199.35º degrees, saturation: 0.41, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CADFE9 is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 202 | 223 | 233 | - |
CMYK | 0.13 | 0.04 | 0 | 0.09 |
HSL | 199.35º | 0.41% | 0.85% | - |
HSV(B) | 199.35º | 0.13% | 0.91% | - |
XYZ | 65.45 | 71.22 | 87.39 | - |
YUV | 217.86 | 136.54 | 116.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 223 | 233 | 0.13 | 0.04 | 0 | 0.09 | 199.35 | 0.41 | 0.85 |
Hex | CA | DF | E9 | D | 4 | 0 | 9 | C7 | 29 | 55 |
Octal | 312 | 337 | 351 | 15 | 4 | 0 | 11 | 307 | 51 | 125 |
Binary | 11001010 | 11011111 | 11101001 | 1101 | 100 | 0 | 1001 | 11000111 | 101001 | 1010101 |
Color Harmonies of #CADFE9
Complementary color
Monochromatic Colors of #CADFE9
Black with #CADFE9
Text Example
Text Example
White with #CADFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADFE9; }
p { color: rgb(202,223,233); }
H1.HeaderClassName
{
color: #CADFE9;
}
.AnyTagClassName
{
color: #CADFE9;
}
</style>
background-color css
<style>
a { background-color: #CADFE9; }
a { background-color: rgb(202,223,233); }
div.DivClassName
{
background-color: #CADFE9;
}
.BgClassName
{
background-color: #CADFE9;
}
</style>
border-color css
<style>
span { border-color: #CADFE9; }
span { border-color: rgb(202,223,233); }
td.TdClassName
{
border-color: #CADFE9;
}
.TagClassName
{
border-color: #CADFE9;
}
</style>