Shades of Pattens Blue #CFF3FF
Tints of Pattens Blue #CFF3FF
RGB
CMYK
RGB Variations
Color information
#CFF3FF (or 0xCFF3FF) is known color: Pattens Blue. HEX triplet: CF, F3 and FF. RGB value is (207,243,255). Sum of RGB (Red+Green+Blue) = 207+243+255=705 (93% of max value = 765). Red value is 207 (81.25% from 255 or 29.36% from 705); Green value is 243 (95.31% from 255 or 34.47% from 705); Blue value is 255 (100% from 255 or 36.17% from 705); Max value from RGB is 255 - color contains mainly: blue. Hex color #CFF3FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFF3FF is #300C00. Grayscale: #E9E9E9. Windows color (decimal): -3148801 or 16774095. OLE color: 16774095.
HSL color Cylindrical-coordinate representation of color #CFF3FF: hue angle of 195º 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 #CFF3FF is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 243 | 255 | - |
| CMYK | 0.19 | 0.05 | 0 | 0 |
| HSL | 195º | 1% | 0.91% | - |
| HSV(B) | 195º | 0.19% | 1% | - |
| XYZ | 75.83 | 84.59 | 106.94 | - |
| YUV | 233.6 | 140.07 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 243 | 255 | 0.19 | 0.05 | 0 | 0 | 195 | 1 | 0.91 |
| Hex | CF | F3 | FF | 13 | 5 | 0 | 0 | C3 | 64 | 5B |
| Octal | 317 | 363 | 377 | 23 | 5 | 0 | 0 | 303 | 144 | 133 |
| Binary | 11001111 | 11110011 | 11111111 | 10011 | 101 | 0 | 0 | 11000011 | 1100100 | 1011011 |
Color Harmonies of #CFF3FF
Complementary color
Monochromatic Colors of #CFF3FF
Black with #CFF3FF
Text Example
Text Example
White with #CFF3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF3FF; }
p { color: rgb(207,243,255); }
H1.HeaderClassName
{
color: #CFF3FF;
}
.AnyTagClassName
{
color: #CFF3FF;
}
</style>
background-color css
<style>
a { background-color: #CFF3FF; }
a { background-color: rgb(207,243,255); }
div.DivClassName
{
background-color: #CFF3FF;
}
.BgClassName
{
background-color: #CFF3FF;
}
</style>
border-color css
<style>
span { border-color: #CFF3FF; }
span { border-color: rgb(207,243,255); }
td.TdClassName
{
border-color: #CFF3FF;
}
.TagClassName
{
border-color: #CFF3FF;
}
</style>