Shades of Pattens Blue #CFEDFF
Tints of Pattens Blue #CFEDFF
RGB
CMYK
RGB Variations
Color information
#CFEDFF (or 0xCFEDFF) is known color: Pattens Blue. HEX triplet: CF, ED and FF. RGB value is (207,237,255). Sum of RGB (Red+Green+Blue) = 207+237+255=699 (92% of max value = 765). Red value is 207 (81.25% from 255 or 29.61% from 699); Green value is 237 (92.97% from 255 or 33.91% from 699); Blue value is 255 (100% from 255 or 36.48% from 699); Max value from RGB is 255 - color contains mainly: blue. Hex color #CFEDFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFEDFF is #301200. Grayscale: #E5E5E5. Windows color (decimal): -3150337 or 16772559. OLE color: 16772559.
HSL color Cylindrical-coordinate representation of color #CFEDFF: hue angle of 202.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 #CFEDFF is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 237 | 255 | - |
| CMYK | 0.19 | 0.07 | 0 | 0 |
| HSL | 202.5º | 1% | 0.91% | - |
| HSV(B) | 202.5º | 0.19% | 1% | - |
| XYZ | 74.07 | 81.05 | 106.35 | - |
| YUV | 230.08 | 142.06 | 111.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 237 | 255 | 0.19 | 0.07 | 0 | 0 | 202.5 | 1 | 0.91 |
| Hex | CF | ED | FF | 13 | 7 | 0 | 0 | CA | 64 | 5B |
| Octal | 317 | 355 | 377 | 23 | 7 | 0 | 0 | 312 | 144 | 133 |
| Binary | 11001111 | 11101101 | 11111111 | 10011 | 111 | 0 | 0 | 11001010 | 1100100 | 1011011 |
Color Harmonies of #CFEDFF
Complementary color
Monochromatic Colors of #CFEDFF
Black with #CFEDFF
Text Example
Text Example
White with #CFEDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEDFF; }
p { color: rgb(207,237,255); }
H1.HeaderClassName
{
color: #CFEDFF;
}
.AnyTagClassName
{
color: #CFEDFF;
}
</style>
background-color css
<style>
a { background-color: #CFEDFF; }
a { background-color: rgb(207,237,255); }
div.DivClassName
{
background-color: #CFEDFF;
}
.BgClassName
{
background-color: #CFEDFF;
}
</style>
border-color css
<style>
span { border-color: #CFEDFF; }
span { border-color: rgb(207,237,255); }
td.TdClassName
{
border-color: #CFEDFF;
}
.TagClassName
{
border-color: #CFEDFF;
}
</style>