Shades of Pattens Blue #CADFF5
Tints of Pattens Blue #CADFF5
RGB
CMYK
RGB Variations
Color information
#CADFF5 (or 0xCADFF5) is known color: Pattens Blue. HEX triplet: CA, DF and F5. RGB value is (202,223,245). Sum of RGB (Red+Green+Blue) = 202+223+245=670 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.15% from 670); Green value is 223 (87.5% from 255 or 33.28% from 670); Blue value is 245 (96.09% from 255 or 36.57% from 670); Max value from RGB is 245 - color contains mainly: blue. Hex color #CADFF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADFF5 is #35200A. Grayscale: #DBDBDB. Windows color (decimal): -3481611 or 16113610. OLE color: 16113610.
HSL color Cylindrical-coordinate representation of color #CADFF5: hue angle of 210.7º degrees, saturation: 0.68, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CADFF5 is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 202 | 223 | 245 | - |
CMYK | 0.18 | 0.09 | 0 | 0.04 |
HSL | 210.7º | 0.68% | 0.88% | - |
HSV(B) | 210.7º | 0.18% | 0.96% | - |
XYZ | 67.23 | 71.92 | 96.73 | - |
YUV | 219.23 | 142.54 | 115.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 223 | 245 | 0.18 | 0.09 | 0 | 0.04 | 210.7 | 0.68 | 0.88 |
Hex | CA | DF | F5 | 12 | 9 | 0 | 4 | D3 | 44 | 58 |
Octal | 312 | 337 | 365 | 22 | 11 | 0 | 4 | 323 | 104 | 130 |
Binary | 11001010 | 11011111 | 11110101 | 10010 | 1001 | 0 | 100 | 11010011 | 1000100 | 1011000 |
Color Harmonies of #CADFF5
Complementary color
Monochromatic Colors of #CADFF5
Black with #CADFF5
Text Example
Text Example
White with #CADFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADFF5; }
p { color: rgb(202,223,245); }
H1.HeaderClassName
{
color: #CADFF5;
}
.AnyTagClassName
{
color: #CADFF5;
}
</style>
background-color css
<style>
a { background-color: #CADFF5; }
a { background-color: rgb(202,223,245); }
div.DivClassName
{
background-color: #CADFF5;
}
.BgClassName
{
background-color: #CADFF5;
}
</style>
border-color css
<style>
span { border-color: #CADFF5; }
span { border-color: rgb(202,223,245); }
td.TdClassName
{
border-color: #CADFF5;
}
.TagClassName
{
border-color: #CADFF5;
}
</style>