Shades of Pattens Blue #CAE5FD
Tints of Pattens Blue #CAE5FD
RGB
CMYK
RGB Variations
Color information
#CAE5FD (or 0xCAE5FD) is known color: Pattens Blue. HEX triplet: CA, E5 and FD. RGB value is (202,229,253). Sum of RGB (Red+Green+Blue) = 202+229+253=684 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.53% from 684); Green value is 229 (89.84% from 255 or 33.48% from 684); Blue value is 253 (99.22% from 255 or 36.99% from 684); Max value from RGB is 253 - color contains mainly: blue. Hex color #CAE5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAE5FD is #351A02. Grayscale: #DFDFDF. Windows color (decimal): -3480067 or 16639434. OLE color: 16639434.
HSL color Cylindrical-coordinate representation of color #CAE5FD: hue angle of 208.24º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAE5FD is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 202 | 229 | 253 | - |
CMYK | 0.20 | 0.09 | 0 | 0.01 |
HSL | 208.24º | 0.93% | 0.89% | - |
HSV(B) | 208.24º | 0.2% | 0.99% | - |
XYZ | 70.11 | 75.69 | 103.84 | - |
YUV | 223.66 | 144.55 | 112.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 229 | 253 | 0.20 | 0.09 | 0 | 0.01 | 208.24 | 0.93 | 0.89 |
Hex | CA | E5 | FD | 14 | 9 | 0 | 1 | D0 | 5D | 59 |
Octal | 312 | 345 | 375 | 24 | 11 | 0 | 1 | 320 | 135 | 131 |
Binary | 11001010 | 11100101 | 11111101 | 10100 | 1001 | 0 | 1 | 11010000 | 1011101 | 1011001 |
Color Harmonies of #CAE5FD
Complementary color
Monochromatic Colors of #CAE5FD
Black with #CAE5FD
Text Example
Text Example
White with #CAE5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE5FD; }
p { color: rgb(202,229,253); }
H1.HeaderClassName
{
color: #CAE5FD;
}
.AnyTagClassName
{
color: #CAE5FD;
}
</style>
background-color css
<style>
a { background-color: #CAE5FD; }
a { background-color: rgb(202,229,253); }
div.DivClassName
{
background-color: #CAE5FD;
}
.BgClassName
{
background-color: #CAE5FD;
}
</style>
border-color css
<style>
span { border-color: #CAE5FD; }
span { border-color: rgb(202,229,253); }
td.TdClassName
{
border-color: #CAE5FD;
}
.TagClassName
{
border-color: #CAE5FD;
}
</style>