Shades of Pattens Blue #CFE5FE
Tints of Pattens Blue #CFE5FE
RGB
CMYK
RGB Variations
Color information
#CFE5FE (or 0xCFE5FE) is known color: Pattens Blue. HEX triplet: CF, E5 and FE. RGB value is (207,229,254). Sum of RGB (Red+Green+Blue) = 207+229+254=690 (91% of max value = 765). Red value is 207 (81.25% from 255 or 30% from 690); Green value is 229 (89.84% from 255 or 33.19% from 690); Blue value is 254 (99.61% from 255 or 36.81% from 690); Max value from RGB is 254 - color contains mainly: blue. Hex color #CFE5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFE5FE is #301A01. Grayscale: #E1E1E1. Windows color (decimal): -3152386 or 16704975. OLE color: 16704975.
HSL color Cylindrical-coordinate representation of color #CFE5FE: hue angle of 211.91º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFE5FE is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 229 | 254 | - |
| CMYK | 0.19 | 0.10 | 0 | 0.00 |
| HSL | 211.91º | 0.96% | 0.9% | - |
| HSV(B) | 211.91º | 0.19% | 1% | - |
| XYZ | 71.64 | 76.46 | 104.75 | - |
| YUV | 225.27 | 144.21 | 114.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 229 | 254 | 0.19 | 0.10 | 0 | 0.00 | 211.91 | 0.96 | 0.9 |
| Hex | CF | E5 | FE | 13 | A | 0 | 0 | D4 | 60 | 5A |
| Octal | 317 | 345 | 376 | 23 | 12 | 0 | 0 | 324 | 140 | 132 |
| Binary | 11001111 | 11100101 | 11111110 | 10011 | 1010 | 0 | 0 | 11010100 | 1100000 | 1011010 |
Color Harmonies of #CFE5FE
Complementary color
Monochromatic Colors of #CFE5FE
Black with #CFE5FE
Text Example
Text Example
White with #CFE5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE5FE; }
p { color: rgb(207,229,254); }
H1.HeaderClassName
{
color: #CFE5FE;
}
.AnyTagClassName
{
color: #CFE5FE;
}
</style>
background-color css
<style>
a { background-color: #CFE5FE; }
a { background-color: rgb(207,229,254); }
div.DivClassName
{
background-color: #CFE5FE;
}
.BgClassName
{
background-color: #CFE5FE;
}
</style>
border-color css
<style>
span { border-color: #CFE5FE; }
span { border-color: rgb(207,229,254); }
td.TdClassName
{
border-color: #CFE5FE;
}
.TagClassName
{
border-color: #CFE5FE;
}
</style>