Shades of Pattens Blue #CFE9FF
Tints of Pattens Blue #CFE9FF
RGB
CMYK
RGB Variations
Color information
#CFE9FF (or 0xCFE9FF) is known color: Pattens Blue. HEX triplet: CF, E9 and FF. RGB value is (207,233,255). Sum of RGB (Red+Green+Blue) = 207+233+255=695 (92% of max value = 765). Red value is 207 (81.25% from 255 or 29.78% from 695); Green value is 233 (91.41% from 255 or 33.53% from 695); Blue value is 255 (100% from 255 or 36.69% from 695); Max value from RGB is 255 - color contains mainly: blue. Hex color #CFE9FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFE9FF is #301600. Grayscale: #E3E3E3. Windows color (decimal): -3151361 or 16771535. OLE color: 16771535.
HSL color Cylindrical-coordinate representation of color #CFE9FF: hue angle of 207.5º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFE9FF is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 233 | 255 | - |
| CMYK | 0.19 | 0.09 | 0 | 0 |
| HSL | 207.5º | 1% | 0.91% | - |
| HSV(B) | 207.5º | 0.19% | 1% | - |
| XYZ | 72.92 | 78.76 | 105.97 | - |
| YUV | 227.73 | 143.39 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 233 | 255 | 0.19 | 0.09 | 0 | 0 | 207.5 | 1 | 0.91 |
| Hex | CF | E9 | FF | 13 | 9 | 0 | 0 | D0 | 64 | 5B |
| Octal | 317 | 351 | 377 | 23 | 11 | 0 | 0 | 320 | 144 | 133 |
| Binary | 11001111 | 11101001 | 11111111 | 10011 | 1001 | 0 | 0 | 11010000 | 1100100 | 1011011 |
Color Harmonies of #CFE9FF
Complementary color
Monochromatic Colors of #CFE9FF
Black with #CFE9FF
Text Example
Text Example
White with #CFE9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE9FF; }
p { color: rgb(207,233,255); }
H1.HeaderClassName
{
color: #CFE9FF;
}
.AnyTagClassName
{
color: #CFE9FF;
}
</style>
background-color css
<style>
a { background-color: #CFE9FF; }
a { background-color: rgb(207,233,255); }
div.DivClassName
{
background-color: #CFE9FF;
}
.BgClassName
{
background-color: #CFE9FF;
}
</style>
border-color css
<style>
span { border-color: #CFE9FF; }
span { border-color: rgb(207,233,255); }
td.TdClassName
{
border-color: #CFE9FF;
}
.TagClassName
{
border-color: #CFE9FF;
}
</style>