Shades of Pattens Blue #CFEFFF
Tints of Pattens Blue #CFEFFF
RGB
CMYK
RGB Variations
Color information
#CFEFFF (or 0xCFEFFF) is known color: Pattens Blue. HEX triplet: CF, EF and FF. RGB value is (207,239,255). Sum of RGB (Red+Green+Blue) = 207+239+255=701 (92% of max value = 765). Red value is 207 (81.25% from 255 or 29.53% from 701); Green value is 239 (93.75% from 255 or 34.09% from 701); Blue value is 255 (100% from 255 or 36.38% from 701); Max value from RGB is 255 - color contains mainly: blue. Hex color #CFEFFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFEFFF is #301000. Grayscale: #E7E7E7. Windows color (decimal): -3149825 or 16773071. OLE color: 16773071.
HSL color Cylindrical-coordinate representation of color #CFEFFF: hue angle of 200º 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 #CFEFFF is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 239 | 255 | - |
| CMYK | 0.19 | 0.06 | 0 | 0 |
| HSL | 200º | 1% | 0.91% | - |
| HSV(B) | 200º | 0.19% | 1% | - |
| XYZ | 74.65 | 82.22 | 106.54 | - |
| YUV | 231.26 | 141.4 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 239 | 255 | 0.19 | 0.06 | 0 | 0 | 200 | 1 | 0.91 |
| Hex | CF | EF | FF | 13 | 6 | 0 | 0 | C8 | 64 | 5B |
| Octal | 317 | 357 | 377 | 23 | 6 | 0 | 0 | 310 | 144 | 133 |
| Binary | 11001111 | 11101111 | 11111111 | 10011 | 110 | 0 | 0 | 11001000 | 1100100 | 1011011 |
Color Harmonies of #CFEFFF
Complementary color
Monochromatic Colors of #CFEFFF
Black with #CFEFFF
Text Example
Text Example
White with #CFEFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEFFF; }
p { color: rgb(207,239,255); }
H1.HeaderClassName
{
color: #CFEFFF;
}
.AnyTagClassName
{
color: #CFEFFF;
}
</style>
background-color css
<style>
a { background-color: #CFEFFF; }
a { background-color: rgb(207,239,255); }
div.DivClassName
{
background-color: #CFEFFF;
}
.BgClassName
{
background-color: #CFEFFF;
}
</style>
border-color css
<style>
span { border-color: #CFEFFF; }
span { border-color: rgb(207,239,255); }
td.TdClassName
{
border-color: #CFEFFF;
}
.TagClassName
{
border-color: #CFEFFF;
}
</style>