Shades of Pattens Blue #CAF1FF
Tints of Pattens Blue #CAF1FF
RGB
CMYK
RGB Variations
Color information
#CAF1FF (or 0xCAF1FF) is known color: Pattens Blue. HEX triplet: CA, F1 and FF. RGB value is (202,241,255). Sum of RGB (Red+Green+Blue) = 202+241+255=698 (92% of max value = 765). Red value is 202 (79.30% from 255 or 28.94% from 698); Green value is 241 (94.53% from 255 or 34.53% from 698); Blue value is 255 (100% from 255 or 36.53% from 698); Max value from RGB is 255 - color contains mainly: blue. Hex color #CAF1FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAF1FF is #350E00. Grayscale: #E6E6E6. Windows color (decimal): -3476993 or 16773578. OLE color: 16773578.
HSL color Cylindrical-coordinate representation of color #CAF1FF: hue angle of 195.85º 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 #CAF1FF is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 241 | 255 | - |
| CMYK | 0.21 | 0.05 | 0 | 0 |
| HSL | 195.85º | 1% | 0.9% | - |
| HSV(B) | 195.85º | 0.21% | 1% | - |
| XYZ | 73.86 | 82.69 | 106.68 | - |
| YUV | 230.94 | 141.58 | 107.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 241 | 255 | 0.21 | 0.05 | 0 | 0 | 195.85 | 1 | 0.9 |
| Hex | CA | F1 | FF | 15 | 5 | 0 | 0 | C4 | 64 | 5A |
| Octal | 312 | 361 | 377 | 25 | 5 | 0 | 0 | 304 | 144 | 132 |
| Binary | 11001010 | 11110001 | 11111111 | 10101 | 101 | 0 | 0 | 11000100 | 1100100 | 1011010 |
Color Harmonies of #CAF1FF
Complementary color
Monochromatic Colors of #CAF1FF
Black with #CAF1FF
Text Example
Text Example
White with #CAF1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF1FF; }
p { color: rgb(202,241,255); }
H1.HeaderClassName
{
color: #CAF1FF;
}
.AnyTagClassName
{
color: #CAF1FF;
}
</style>
background-color css
<style>
a { background-color: #CAF1FF; }
a { background-color: rgb(202,241,255); }
div.DivClassName
{
background-color: #CAF1FF;
}
.BgClassName
{
background-color: #CAF1FF;
}
</style>
border-color css
<style>
span { border-color: #CAF1FF; }
span { border-color: rgb(202,241,255); }
td.TdClassName
{
border-color: #CAF1FF;
}
.TagClassName
{
border-color: #CAF1FF;
}
</style>