Shades of Pattens Blue #CFE5F6
Tints of Pattens Blue #CFE5F6
RGB
CMYK
RGB Variations
Color information
#CFE5F6 (or 0xCFE5F6) is known color: Pattens Blue. HEX triplet: CF, E5 and F6. RGB value is (207,229,246). Sum of RGB (Red+Green+Blue) = 207+229+246=682 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.35% from 682); Green value is 229 (89.84% from 255 or 33.58% from 682); Blue value is 246 (96.48% from 255 or 36.07% from 682); Max value from RGB is 246 - color contains mainly: blue. Hex color #CFE5F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFE5F6 is #301A09. Grayscale: #E0E0E0. Windows color (decimal): -3152394 or 16180687. OLE color: 16180687.
HSL color Cylindrical-coordinate representation of color #CFE5F6: hue angle of 206.15º degrees, saturation: 0.68, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFE5F6 is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 229 | 246 | - |
| CMYK | 0.16 | 0.07 | 0 | 0.04 |
| HSL | 206.15º | 0.68% | 0.89% | - |
| HSV(B) | 206.15º | 0.16% | 0.96% | - |
| XYZ | 70.39 | 75.96 | 98.14 | - |
| YUV | 224.36 | 140.21 | 115.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 229 | 246 | 0.16 | 0.07 | 0 | 0.04 | 206.15 | 0.68 | 0.89 |
| Hex | CF | E5 | F6 | 10 | 7 | 0 | 4 | CE | 44 | 59 |
| Octal | 317 | 345 | 366 | 20 | 7 | 0 | 4 | 316 | 104 | 131 |
| Binary | 11001111 | 11100101 | 11110110 | 10000 | 111 | 0 | 100 | 11001110 | 1000100 | 1011001 |
Color Harmonies of #CFE5F6
Complementary color
Monochromatic Colors of #CFE5F6
Black with #CFE5F6
Text Example
Text Example
White with #CFE5F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE5F6; }
p { color: rgb(207,229,246); }
H1.HeaderClassName
{
color: #CFE5F6;
}
.AnyTagClassName
{
color: #CFE5F6;
}
</style>
background-color css
<style>
a { background-color: #CFE5F6; }
a { background-color: rgb(207,229,246); }
div.DivClassName
{
background-color: #CFE5F6;
}
.BgClassName
{
background-color: #CFE5F6;
}
</style>
border-color css
<style>
span { border-color: #CFE5F6; }
span { border-color: rgb(207,229,246); }
td.TdClassName
{
border-color: #CFE5F6;
}
.TagClassName
{
border-color: #CFE5F6;
}
</style>