Shades of Pattens Blue #CAEDFC
Tints of Pattens Blue #CAEDFC
RGB
CMYK
RGB Variations
Color information
#CAEDFC (or 0xCAEDFC) is known color: Pattens Blue. HEX triplet: CA, ED and FC. RGB value is (202,237,252). Sum of RGB (Red+Green+Blue) = 202+237+252=691 (91% of max value = 765). Red value is 202 (79.30% from 255 or 29.23% from 691); Green value is 237 (92.97% from 255 or 34.30% from 691); Blue value is 252 (98.83% from 255 or 36.47% from 691); Max value from RGB is 252 - color contains mainly: blue. Hex color #CAEDFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAEDFC is #351203. Grayscale: #E4E4E4. Windows color (decimal): -3478020 or 16575946. OLE color: 16575946.
HSL color Cylindrical-coordinate representation of color #CAEDFC: hue angle of 198º degrees, saturation: 0.89, 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 #CAEDFC is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 202 | 237 | 252 | - |
| CMYK | 0.20 | 0.06 | 0 | 0.01 |
| HSL | 198º | 0.89% | 0.89% | - |
| HSV(B) | 198º | 0.2% | 0.99% | - |
| XYZ | 72.21 | 80.15 | 103.76 | - |
| YUV | 228.25 | 141.4 | 109.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 237 | 252 | 0.20 | 0.06 | 0 | 0.01 | 198 | 0.89 | 0.89 |
| Hex | CA | ED | FC | 14 | 6 | 0 | 1 | C6 | 59 | 59 |
| Octal | 312 | 355 | 374 | 24 | 6 | 0 | 1 | 306 | 131 | 131 |
| Binary | 11001010 | 11101101 | 11111100 | 10100 | 110 | 0 | 1 | 11000110 | 1011001 | 1011001 |
Color Harmonies of #CAEDFC
Complementary color
Monochromatic Colors of #CAEDFC
Black with #CAEDFC
Text Example
Text Example
White with #CAEDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEDFC; }
p { color: rgb(202,237,252); }
H1.HeaderClassName
{
color: #CAEDFC;
}
.AnyTagClassName
{
color: #CAEDFC;
}
</style>
background-color css
<style>
a { background-color: #CAEDFC; }
a { background-color: rgb(202,237,252); }
div.DivClassName
{
background-color: #CAEDFC;
}
.BgClassName
{
background-color: #CAEDFC;
}
</style>
border-color css
<style>
span { border-color: #CAEDFC; }
span { border-color: rgb(202,237,252); }
td.TdClassName
{
border-color: #CAEDFC;
}
.TagClassName
{
border-color: #CAEDFC;
}
</style>