Shades of Pattens Blue #CAF0FE
Tints of Pattens Blue #CAF0FE
RGB
CMYK
RGB Variations
Color information
#CAF0FE (or 0xCAF0FE) is known color: Pattens Blue. HEX triplet: CA, F0 and FE. RGB value is (202,240,254). Sum of RGB (Red+Green+Blue) = 202+240+254=696 (92% of max value = 765). Red value is 202 (79.30% from 255 or 29.02% from 696); Green value is 240 (94.14% from 255 or 34.48% from 696); Blue value is 254 (99.61% from 255 or 36.49% from 696); Max value from RGB is 254 - color contains mainly: blue. Hex color #CAF0FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAF0FE is #350F01. Grayscale: #E6E6E6. Windows color (decimal): -3477250 or 16707786. OLE color: 16707786.
HSL color Cylindrical-coordinate representation of color #CAF0FE: hue angle of 196.15º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAF0FE is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 202 | 240 | 254 | - |
| CMYK | 0.20 | 0.06 | 0 | 0.00 |
| HSL | 196.15º | 0.96% | 0.89% | - |
| HSV(B) | 196.15º | 0.2% | 1% | - |
| XYZ | 73.41 | 82.03 | 105.73 | - |
| YUV | 230.23 | 141.41 | 107.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 240 | 254 | 0.20 | 0.06 | 0 | 0.00 | 196.15 | 0.96 | 0.89 |
| Hex | CA | F0 | FE | 14 | 6 | 0 | 0 | C4 | 60 | 59 |
| Octal | 312 | 360 | 376 | 24 | 6 | 0 | 0 | 304 | 140 | 131 |
| Binary | 11001010 | 11110000 | 11111110 | 10100 | 110 | 0 | 0 | 11000100 | 1100000 | 1011001 |
Color Harmonies of #CAF0FE
Complementary color
Monochromatic Colors of #CAF0FE
Black with #CAF0FE
Text Example
Text Example
White with #CAF0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF0FE; }
p { color: rgb(202,240,254); }
H1.HeaderClassName
{
color: #CAF0FE;
}
.AnyTagClassName
{
color: #CAF0FE;
}
</style>
background-color css
<style>
a { background-color: #CAF0FE; }
a { background-color: rgb(202,240,254); }
div.DivClassName
{
background-color: #CAF0FE;
}
.BgClassName
{
background-color: #CAF0FE;
}
</style>
border-color css
<style>
span { border-color: #CAF0FE; }
span { border-color: rgb(202,240,254); }
td.TdClassName
{
border-color: #CAF0FE;
}
.TagClassName
{
border-color: #CAF0FE;
}
</style>