Shades of Pattens Blue #CADEF0
Tints of Pattens Blue #CADEF0
RGB
CMYK
RGB Variations
Color information
#CADEF0 (or 0xCADEF0) is known color: Pattens Blue. HEX triplet: CA, DE and F0. RGB value is (202,222,240). Sum of RGB (Red+Green+Blue) = 202+222+240=664 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.42% from 664); Green value is 222 (87.11% from 255 or 33.43% from 664); Blue value is 240 (94.14% from 255 or 36.14% from 664); Max value from RGB is 240 - color contains mainly: blue. Hex color #CADEF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADEF0 is #35210F. Grayscale: #D9D9D9. Windows color (decimal): -3481872 or 15785674. OLE color: 15785674.
HSL color Cylindrical-coordinate representation of color #CADEF0: hue angle of 208.42º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CADEF0 is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 202 | 222 | 240 | - |
CMYK | 0.16 | 0.08 | 0 | 0.06 |
HSL | 208.42º | 0.56% | 0.87% | - |
HSV(B) | 208.42º | 0.16% | 0.94% | - |
XYZ | 66.21 | 71.09 | 92.67 | - |
YUV | 218.07 | 140.37 | 116.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 222 | 240 | 0.16 | 0.08 | 0 | 0.06 | 208.42 | 0.56 | 0.87 |
Hex | CA | DE | F0 | 10 | 8 | 0 | 6 | D0 | 38 | 57 |
Octal | 312 | 336 | 360 | 20 | 10 | 0 | 6 | 320 | 70 | 127 |
Binary | 11001010 | 11011110 | 11110000 | 10000 | 1000 | 0 | 110 | 11010000 | 111000 | 1010111 |
Color Harmonies of #CADEF0
Complementary color
Monochromatic Colors of #CADEF0
Black with #CADEF0
Text Example
Text Example
White with #CADEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADEF0; }
p { color: rgb(202,222,240); }
H1.HeaderClassName
{
color: #CADEF0;
}
.AnyTagClassName
{
color: #CADEF0;
}
</style>
background-color css
<style>
a { background-color: #CADEF0; }
a { background-color: rgb(202,222,240); }
div.DivClassName
{
background-color: #CADEF0;
}
.BgClassName
{
background-color: #CADEF0;
}
</style>
border-color css
<style>
span { border-color: #CADEF0; }
span { border-color: rgb(202,222,240); }
td.TdClassName
{
border-color: #CADEF0;
}
.TagClassName
{
border-color: #CADEF0;
}
</style>