Shades of Pattens Blue #CFE6FF
Tints of Pattens Blue #CFE6FF
RGB
CMYK
RGB Variations
Color information
#CFE6FF (or 0xCFE6FF) is known color: Pattens Blue. HEX triplet: CF, E6 and FF. RGB value is (207,230,255). Sum of RGB (Red+Green+Blue) = 207+230+255=692 (91% of max value = 765). Red value is 207 (81.25% from 255 or 29.91% from 692); Green value is 230 (90.23% from 255 or 33.24% from 692); Blue value is 255 (100% from 255 or 36.85% from 692); Max value from RGB is 255 - color contains mainly: blue. Hex color #CFE6FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFE6FF is #301900. Grayscale: #E1E1E1. Windows color (decimal): -3152129 or 16770767. OLE color: 16770767.
HSL color Cylindrical-coordinate representation of color #CFE6FF: hue angle of 211.25º 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 #CFE6FF is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 230 | 255 | - |
| CMYK | 0.19 | 0.10 | 0 | 0 |
| HSL | 211.25º | 1% | 0.91% | - |
| HSV(B) | 211.25º | 0.19% | 1% | - |
| XYZ | 72.08 | 77.08 | 105.69 | - |
| YUV | 225.97 | 144.38 | 114.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 230 | 255 | 0.19 | 0.10 | 0 | 0 | 211.25 | 1 | 0.91 |
| Hex | CF | E6 | FF | 13 | A | 0 | 0 | D3 | 64 | 5B |
| Octal | 317 | 346 | 377 | 23 | 12 | 0 | 0 | 323 | 144 | 133 |
| Binary | 11001111 | 11100110 | 11111111 | 10011 | 1010 | 0 | 0 | 11010011 | 1100100 | 1011011 |
Color Harmonies of #CFE6FF
Complementary color
Monochromatic Colors of #CFE6FF
Black with #CFE6FF
Text Example
Text Example
White with #CFE6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE6FF; }
p { color: rgb(207,230,255); }
H1.HeaderClassName
{
color: #CFE6FF;
}
.AnyTagClassName
{
color: #CFE6FF;
}
</style>
background-color css
<style>
a { background-color: #CFE6FF; }
a { background-color: rgb(207,230,255); }
div.DivClassName
{
background-color: #CFE6FF;
}
.BgClassName
{
background-color: #CFE6FF;
}
</style>
border-color css
<style>
span { border-color: #CFE6FF; }
span { border-color: rgb(207,230,255); }
td.TdClassName
{
border-color: #CFE6FF;
}
.TagClassName
{
border-color: #CFE6FF;
}
</style>