Shades of Pattens Blue #CADFEA
Tints of Pattens Blue #CADFEA
RGB
CMYK
RGB Variations
Color information
#CADFEA (or 0xCADFEA) is known color: Pattens Blue. HEX triplet: CA, DF and EA. RGB value is (202,223,234). Sum of RGB (Red+Green+Blue) = 202+223+234=659 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.65% from 659); Green value is 223 (87.5% from 255 or 33.84% from 659); Blue value is 234 (91.80% from 255 or 35.51% from 659); Max value from RGB is 234 - color contains mainly: blue. Hex color #CADFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADFEA is #352015. Grayscale: #D9D9D9. Windows color (decimal): -3481622 or 15392714. OLE color: 15392714.
HSL color Cylindrical-coordinate representation of color #CADFEA: hue angle of 200.62º degrees, saturation: 0.43, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CADFEA is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 202 | 223 | 234 | - |
CMYK | 0.14 | 0.05 | 0 | 0.08 |
HSL | 200.63º | 0.43% | 0.85% | - |
HSV(B) | 200.63º | 0.14% | 0.92% | - |
XYZ | 65.6 | 71.27 | 88.14 | - |
YUV | 217.98 | 137.04 | 116.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 223 | 234 | 0.14 | 0.05 | 0 | 0.08 | 200.63 | 0.43 | 0.85 |
Hex | CA | DF | EA | E | 5 | 0 | 8 | C9 | 2B | 55 |
Octal | 312 | 337 | 352 | 16 | 5 | 0 | 10 | 311 | 53 | 125 |
Binary | 11001010 | 11011111 | 11101010 | 1110 | 101 | 0 | 1000 | 11001001 | 101011 | 1010101 |
Color Harmonies of #CADFEA
Complementary color
Monochromatic Colors of #CADFEA
Black with #CADFEA
Text Example
Text Example
White with #CADFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADFEA; }
p { color: rgb(202,223,234); }
H1.HeaderClassName
{
color: #CADFEA;
}
.AnyTagClassName
{
color: #CADFEA;
}
</style>
background-color css
<style>
a { background-color: #CADFEA; }
a { background-color: rgb(202,223,234); }
div.DivClassName
{
background-color: #CADFEA;
}
.BgClassName
{
background-color: #CADFEA;
}
</style>
border-color css
<style>
span { border-color: #CADFEA; }
span { border-color: rgb(202,223,234); }
td.TdClassName
{
border-color: #CADFEA;
}
.TagClassName
{
border-color: #CADFEA;
}
</style>