Shades of Pattens Blue #CFEFFE
Tints of Pattens Blue #CFEFFE
RGB
CMYK
RGB Variations
Color information
#CFEFFE (or 0xCFEFFE) is known color: Pattens Blue. HEX triplet: CF, EF and FE. RGB value is (207,239,254). Sum of RGB (Red+Green+Blue) = 207+239+254=700 (92% of max value = 765). Red value is 207 (81.25% from 255 or 29.57% from 700); Green value is 239 (93.75% from 255 or 34.14% from 700); Blue value is 254 (99.61% from 255 or 36.29% from 700); Max value from RGB is 254 - color contains mainly: blue. Hex color #CFEFFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFEFFE is #301001. Grayscale: #E7E7E7. Windows color (decimal): -3149826 or 16707535. OLE color: 16707535.
HSL color Cylindrical-coordinate representation of color #CFEFFE: hue angle of 199.15º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFEFFE is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 239 | 254 | - |
| CMYK | 0.19 | 0.06 | 0 | 0.00 |
| HSL | 199.15º | 0.96% | 0.9% | - |
| HSV(B) | 199.15º | 0.19% | 1% | - |
| XYZ | 74.49 | 82.15 | 105.7 | - |
| YUV | 231.14 | 140.9 | 110.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 239 | 254 | 0.19 | 0.06 | 0 | 0.00 | 199.15 | 0.96 | 0.9 |
| Hex | CF | EF | FE | 13 | 6 | 0 | 0 | C7 | 60 | 5A |
| Octal | 317 | 357 | 376 | 23 | 6 | 0 | 0 | 307 | 140 | 132 |
| Binary | 11001111 | 11101111 | 11111110 | 10011 | 110 | 0 | 0 | 11000111 | 1100000 | 1011010 |
Color Harmonies of #CFEFFE
Complementary color
Monochromatic Colors of #CFEFFE
Black with #CFEFFE
Text Example
Text Example
White with #CFEFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEFFE; }
p { color: rgb(207,239,254); }
H1.HeaderClassName
{
color: #CFEFFE;
}
.AnyTagClassName
{
color: #CFEFFE;
}
</style>
background-color css
<style>
a { background-color: #CFEFFE; }
a { background-color: rgb(207,239,254); }
div.DivClassName
{
background-color: #CFEFFE;
}
.BgClassName
{
background-color: #CFEFFE;
}
</style>
border-color css
<style>
span { border-color: #CFEFFE; }
span { border-color: rgb(207,239,254); }
td.TdClassName
{
border-color: #CFEFFE;
}
.TagClassName
{
border-color: #CFEFFE;
}
</style>