Shades of Pattens Blue #CADFF0
Tints of Pattens Blue #CADFF0
RGB
CMYK
RGB Variations
Color information
#CADFF0 (or 0xCADFF0) is known color: Pattens Blue. HEX triplet: CA, DF and F0. RGB value is (202,223,240). Sum of RGB (Red+Green+Blue) = 202+223+240=665 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.38% from 665); Green value is 223 (87.5% from 255 or 33.53% from 665); Blue value is 240 (94.14% from 255 or 36.09% from 665); Max value from RGB is 240 - color contains mainly: blue. Hex color #CADFF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADFF0 is #35200F. Grayscale: #DADADA. Windows color (decimal): -3481616 or 15785930. OLE color: 15785930.
HSL color Cylindrical-coordinate representation of color #CADFF0: hue angle of 206.84º 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 #CADFF0 is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 223 | 240 | - |
| CMYK | 0.16 | 0.07 | 0 | 0.06 |
| HSL | 206.84º | 0.56% | 0.87% | - |
| HSV(B) | 206.84º | 0.16% | 0.94% | - |
| XYZ | 66.47 | 71.62 | 92.76 | - |
| YUV | 218.66 | 140.04 | 116.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 223 | 240 | 0.16 | 0.07 | 0 | 0.06 | 206.84 | 0.56 | 0.87 |
| Hex | CA | DF | F0 | 10 | 7 | 0 | 6 | CF | 38 | 57 |
| Octal | 312 | 337 | 360 | 20 | 7 | 0 | 6 | 317 | 70 | 127 |
| Binary | 11001010 | 11011111 | 11110000 | 10000 | 111 | 0 | 110 | 11001111 | 111000 | 1010111 |
Color Harmonies of #CADFF0
Complementary color
Monochromatic Colors of #CADFF0
Black with #CADFF0
Text Example
Text Example
White with #CADFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADFF0; }
p { color: rgb(202,223,240); }
H1.HeaderClassName
{
color: #CADFF0;
}
.AnyTagClassName
{
color: #CADFF0;
}
</style>
background-color css
<style>
a { background-color: #CADFF0; }
a { background-color: rgb(202,223,240); }
div.DivClassName
{
background-color: #CADFF0;
}
.BgClassName
{
background-color: #CADFF0;
}
</style>
border-color css
<style>
span { border-color: #CADFF0; }
span { border-color: rgb(202,223,240); }
td.TdClassName
{
border-color: #CADFF0;
}
.TagClassName
{
border-color: #CADFF0;
}
</style>