Shades of Pattens Blue #CFE5F9
Tints of Pattens Blue #CFE5F9
RGB
CMYK
RGB Variations
Color information
#CFE5F9 (or 0xCFE5F9) is known color: Pattens Blue. HEX triplet: CF, E5 and F9. RGB value is (207,229,249). Sum of RGB (Red+Green+Blue) = 207+229+249=685 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.22% from 685); Green value is 229 (89.84% from 255 or 33.43% from 685); Blue value is 249 (97.66% from 255 or 36.35% from 685); Max value from RGB is 249 - color contains mainly: blue. Hex color #CFE5F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFE5F9 is #301A06. Grayscale: #E0E0E0. Windows color (decimal): -3152391 or 16377295. OLE color: 16377295.
HSL color Cylindrical-coordinate representation of color #CFE5F9: hue angle of 208.57º degrees, saturation: 0.78, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFE5F9 is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 229 | 249 | - |
| CMYK | 0.17 | 0.08 | 0 | 0.02 |
| HSL | 208.57º | 0.78% | 0.89% | - |
| HSV(B) | 208.57º | 0.17% | 0.98% | - |
| XYZ | 70.85 | 76.14 | 100.59 | - |
| YUV | 224.7 | 141.71 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 229 | 249 | 0.17 | 0.08 | 0 | 0.02 | 208.57 | 0.78 | 0.89 |
| Hex | CF | E5 | F9 | 11 | 8 | 0 | 2 | D1 | 4E | 59 |
| Octal | 317 | 345 | 371 | 21 | 10 | 0 | 2 | 321 | 116 | 131 |
| Binary | 11001111 | 11100101 | 11111001 | 10001 | 1000 | 0 | 10 | 11010001 | 1001110 | 1011001 |
Color Harmonies of #CFE5F9
Complementary color
Monochromatic Colors of #CFE5F9
Black with #CFE5F9
Text Example
Text Example
White with #CFE5F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE5F9; }
p { color: rgb(207,229,249); }
H1.HeaderClassName
{
color: #CFE5F9;
}
.AnyTagClassName
{
color: #CFE5F9;
}
</style>
background-color css
<style>
a { background-color: #CFE5F9; }
a { background-color: rgb(207,229,249); }
div.DivClassName
{
background-color: #CFE5F9;
}
.BgClassName
{
background-color: #CFE5F9;
}
</style>
border-color css
<style>
span { border-color: #CFE5F9; }
span { border-color: rgb(207,229,249); }
td.TdClassName
{
border-color: #CFE5F9;
}
.TagClassName
{
border-color: #CFE5F9;
}
</style>