Shades of Pattens Blue #CFF4FE
Tints of Pattens Blue #CFF4FE
RGB
CMYK
RGB Variations
Color information
#CFF4FE (or 0xCFF4FE) is known color: Pattens Blue. HEX triplet: CF, F4 and FE. RGB value is (207,244,254). Sum of RGB (Red+Green+Blue) = 207+244+254=705 (93% of max value = 765). Red value is 207 (81.25% from 255 or 29.36% from 705); Green value is 244 (95.70% from 255 or 34.61% from 705); Blue value is 254 (99.61% from 255 or 36.03% from 705); Max value from RGB is 254 - color contains mainly: blue. Hex color #CFF4FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFF4FE is #300B01. Grayscale: #E9E9E9. Windows color (decimal): -3148546 or 16708815. OLE color: 16708815.
HSL color Cylindrical-coordinate representation of color #CFF4FE: hue angle of 192.77º 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 #CFF4FE is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 244 | 254 | - |
| CMYK | 0.19 | 0.04 | 0 | 0.00 |
| HSL | 192.77º | 0.96% | 0.9% | - |
| HSV(B) | 192.77º | 0.19% | 1% | - |
| XYZ | 75.97 | 85.12 | 106.19 | - |
| YUV | 234.08 | 139.24 | 108.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 244 | 254 | 0.19 | 0.04 | 0 | 0.00 | 192.77 | 0.96 | 0.9 |
| Hex | CF | F4 | FE | 13 | 4 | 0 | 0 | C1 | 60 | 5A |
| Octal | 317 | 364 | 376 | 23 | 4 | 0 | 0 | 301 | 140 | 132 |
| Binary | 11001111 | 11110100 | 11111110 | 10011 | 100 | 0 | 0 | 11000001 | 1100000 | 1011010 |
Color Harmonies of #CFF4FE
Complementary color
Monochromatic Colors of #CFF4FE
Black with #CFF4FE
Text Example
Text Example
White with #CFF4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF4FE; }
p { color: rgb(207,244,254); }
H1.HeaderClassName
{
color: #CFF4FE;
}
.AnyTagClassName
{
color: #CFF4FE;
}
</style>
background-color css
<style>
a { background-color: #CFF4FE; }
a { background-color: rgb(207,244,254); }
div.DivClassName
{
background-color: #CFF4FE;
}
.BgClassName
{
background-color: #CFF4FE;
}
</style>
border-color css
<style>
span { border-color: #CFF4FE; }
span { border-color: rgb(207,244,254); }
td.TdClassName
{
border-color: #CFF4FE;
}
.TagClassName
{
border-color: #CFF4FE;
}
</style>