Shades of Pattens Blue #CFF4FF
Tints of Pattens Blue #CFF4FF
RGB
CMYK
RGB Variations
Color information
#CFF4FF (or 0xCFF4FF) is known color: Pattens Blue. HEX triplet: CF, F4 and FF. RGB value is (207,244,255). Sum of RGB (Red+Green+Blue) = 207+244+255=706 (93% of max value = 765). Red value is 207 (81.25% from 255 or 29.32% from 706); Green value is 244 (95.70% from 255 or 34.56% from 706); Blue value is 255 (100% from 255 or 36.12% from 706); Max value from RGB is 255 - color contains mainly: blue. Hex color #CFF4FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFF4FF is #300B00. Grayscale: #EAEAEA. Windows color (decimal): -3148545 or 16774351. OLE color: 16774351.
HSL color Cylindrical-coordinate representation of color #CFF4FF: hue angle of 193.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 #CFF4FF is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 244 | 255 | - |
| CMYK | 0.19 | 0.04 | 0 | 0 |
| HSL | 193.75º | 1% | 0.91% | - |
| HSV(B) | 193.75º | 0.19% | 1% | - |
| XYZ | 76.13 | 85.19 | 107.04 | - |
| YUV | 234.19 | 139.74 | 108.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 244 | 255 | 0.19 | 0.04 | 0 | 0 | 193.75 | 1 | 0.91 |
| Hex | CF | F4 | FF | 13 | 4 | 0 | 0 | C2 | 64 | 5B |
| Octal | 317 | 364 | 377 | 23 | 4 | 0 | 0 | 302 | 144 | 133 |
| Binary | 11001111 | 11110100 | 11111111 | 10011 | 100 | 0 | 0 | 11000010 | 1100100 | 1011011 |
Color Harmonies of #CFF4FF
Complementary color
Monochromatic Colors of #CFF4FF
Black with #CFF4FF
Text Example
Text Example
White with #CFF4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF4FF; }
p { color: rgb(207,244,255); }
H1.HeaderClassName
{
color: #CFF4FF;
}
.AnyTagClassName
{
color: #CFF4FF;
}
</style>
background-color css
<style>
a { background-color: #CFF4FF; }
a { background-color: rgb(207,244,255); }
div.DivClassName
{
background-color: #CFF4FF;
}
.BgClassName
{
background-color: #CFF4FF;
}
</style>
border-color css
<style>
span { border-color: #CFF4FF; }
span { border-color: rgb(207,244,255); }
td.TdClassName
{
border-color: #CFF4FF;
}
.TagClassName
{
border-color: #CFF4FF;
}
</style>