Shades of Pattens Blue #CFEAF1
Tints of Pattens Blue #CFEAF1
RGB
CMYK
RGB Variations
Color information
#CFEAF1 (or 0xCFEAF1) is known color: Pattens Blue. HEX triplet: CF, EA and F1. RGB value is (207,234,241). Sum of RGB (Red+Green+Blue) = 207+234+241=682 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.35% from 682); Green value is 234 (91.80% from 255 or 34.31% from 682); Blue value is 241 (94.53% from 255 or 35.34% from 682); Max value from RGB is 241 - color contains mainly: blue. Hex color #CFEAF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFEAF1 is #30150E. Grayscale: #E2E2E2. Windows color (decimal): -3151119 or 15854287. OLE color: 15854287.
HSL color Cylindrical-coordinate representation of color #CFEAF1: hue angle of 192.35º degrees, saturation: 0.55, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFEAF1 is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 234 | 241 | - |
| CMYK | 0.14 | 0.03 | 0 | 0.05 |
| HSL | 192.35º | 0.55% | 0.88% | - |
| HSV(B) | 192.35º | 0.14% | 0.95% | - |
| XYZ | 71.03 | 78.46 | 94.62 | - |
| YUV | 226.73 | 136.05 | 113.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 234 | 241 | 0.14 | 0.03 | 0 | 0.05 | 192.35 | 0.55 | 0.88 |
| Hex | CF | EA | F1 | E | 3 | 0 | 5 | C0 | 37 | 58 |
| Octal | 317 | 352 | 361 | 16 | 3 | 0 | 5 | 300 | 67 | 130 |
| Binary | 11001111 | 11101010 | 11110001 | 1110 | 11 | 0 | 101 | 11000000 | 110111 | 1011000 |
Color Harmonies of #CFEAF1
Complementary color
Monochromatic Colors of #CFEAF1
Black with #CFEAF1
Text Example
Text Example
White with #CFEAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEAF1; }
p { color: rgb(207,234,241); }
H1.HeaderClassName
{
color: #CFEAF1;
}
.AnyTagClassName
{
color: #CFEAF1;
}
</style>
background-color css
<style>
a { background-color: #CFEAF1; }
a { background-color: rgb(207,234,241); }
div.DivClassName
{
background-color: #CFEAF1;
}
.BgClassName
{
background-color: #CFEAF1;
}
</style>
border-color css
<style>
span { border-color: #CFEAF1; }
span { border-color: rgb(207,234,241); }
td.TdClassName
{
border-color: #CFEAF1;
}
.TagClassName
{
border-color: #CFEAF1;
}
</style>