Shades of Pattens Blue #CAEDFF
Tints of Pattens Blue #CAEDFF
RGB
CMYK
RGB Variations
Color information
#CAEDFF (or 0xCAEDFF) is known color: Pattens Blue. HEX triplet: CA, ED and FF. RGB value is (202,237,255). Sum of RGB (Red+Green+Blue) = 202+237+255=694 (91% of max value = 765). Red value is 202 (79.30% from 255 or 29.11% from 694); Green value is 237 (92.97% from 255 or 34.15% from 694); Blue value is 255 (100% from 255 or 36.74% from 694); Max value from RGB is 255 - color contains mainly: blue. Hex color #CAEDFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAEDFF is #351200. Grayscale: #E4E4E4. Windows color (decimal): -3478017 or 16772554. OLE color: 16772554.
HSL color Cylindrical-coordinate representation of color #CAEDFF: hue angle of 200.38º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CAEDFF is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 237 | 255 | - |
| CMYK | 0.21 | 0.07 | 0 | 0 |
| HSL | 200.38º | 1% | 0.9% | - |
| HSV(B) | 200.38º | 0.21% | 1% | - |
| XYZ | 72.69 | 80.34 | 106.28 | - |
| YUV | 228.59 | 142.9 | 109.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 237 | 255 | 0.21 | 0.07 | 0 | 0 | 200.38 | 1 | 0.9 |
| Hex | CA | ED | FF | 15 | 7 | 0 | 0 | C8 | 64 | 5A |
| Octal | 312 | 355 | 377 | 25 | 7 | 0 | 0 | 310 | 144 | 132 |
| Binary | 11001010 | 11101101 | 11111111 | 10101 | 111 | 0 | 0 | 11001000 | 1100100 | 1011010 |
Color Harmonies of #CAEDFF
Complementary color
Monochromatic Colors of #CAEDFF
Black with #CAEDFF
Text Example
Text Example
White with #CAEDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEDFF; }
p { color: rgb(202,237,255); }
H1.HeaderClassName
{
color: #CAEDFF;
}
.AnyTagClassName
{
color: #CAEDFF;
}
</style>
background-color css
<style>
a { background-color: #CAEDFF; }
a { background-color: rgb(202,237,255); }
div.DivClassName
{
background-color: #CAEDFF;
}
.BgClassName
{
background-color: #CAEDFF;
}
</style>
border-color css
<style>
span { border-color: #CAEDFF; }
span { border-color: rgb(202,237,255); }
td.TdClassName
{
border-color: #CAEDFF;
}
.TagClassName
{
border-color: #CAEDFF;
}
</style>