Shades of Pattens Blue #CFE8FF
Tints of Pattens Blue #CFE8FF
RGB
CMYK
RGB Variations
Color information
#CFE8FF (or 0xCFE8FF) is known color: Pattens Blue. HEX triplet: CF, E8 and FF. RGB value is (207,232,255). Sum of RGB (Red+Green+Blue) = 207+232+255=694 (91% of max value = 765). Red value is 207 (81.25% from 255 or 29.83% from 694); Green value is 232 (91.02% from 255 or 33.43% from 694); Blue value is 255 (100% from 255 or 36.74% from 694); Max value from RGB is 255 - color contains mainly: blue. Hex color #CFE8FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFE8FF is #301700. Grayscale: #E3E3E3. Windows color (decimal): -3151617 or 16771279. OLE color: 16771279.
HSL color Cylindrical-coordinate representation of color #CFE8FF: hue angle of 208.75º 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 #CFE8FF is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 232 | 255 | - |
| CMYK | 0.19 | 0.09 | 0 | 0 |
| HSL | 208.75º | 1% | 0.91% | - |
| HSV(B) | 208.75º | 0.19% | 1% | - |
| XYZ | 72.64 | 78.2 | 105.87 | - |
| YUV | 227.15 | 143.72 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 232 | 255 | 0.19 | 0.09 | 0 | 0 | 208.75 | 1 | 0.91 |
| Hex | CF | E8 | FF | 13 | 9 | 0 | 0 | D1 | 64 | 5B |
| Octal | 317 | 350 | 377 | 23 | 11 | 0 | 0 | 321 | 144 | 133 |
| Binary | 11001111 | 11101000 | 11111111 | 10011 | 1001 | 0 | 0 | 11010001 | 1100100 | 1011011 |
Color Harmonies of #CFE8FF
Complementary color
Monochromatic Colors of #CFE8FF
Black with #CFE8FF
Text Example
Text Example
White with #CFE8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE8FF; }
p { color: rgb(207,232,255); }
H1.HeaderClassName
{
color: #CFE8FF;
}
.AnyTagClassName
{
color: #CFE8FF;
}
</style>
background-color css
<style>
a { background-color: #CFE8FF; }
a { background-color: rgb(207,232,255); }
div.DivClassName
{
background-color: #CFE8FF;
}
.BgClassName
{
background-color: #CFE8FF;
}
</style>
border-color css
<style>
span { border-color: #CFE8FF; }
span { border-color: rgb(207,232,255); }
td.TdClassName
{
border-color: #CFE8FF;
}
.TagClassName
{
border-color: #CFE8FF;
}
</style>