Shades of Pattens Blue #CFF0FD
Tints of Pattens Blue #CFF0FD
RGB
CMYK
RGB Variations
Color information
#CFF0FD (or 0xCFF0FD) is known color: Pattens Blue. HEX triplet: CF, F0 and FD. RGB value is (207,240,253). Sum of RGB (Red+Green+Blue) = 207+240+253=700 (92% of max value = 765). Red value is 207 (81.25% from 255 or 29.57% from 700); Green value is 240 (94.14% from 255 or 34.29% from 700); Blue value is 253 (99.22% from 255 or 36.14% from 700); Max value from RGB is 253 - color contains mainly: blue. Hex color #CFF0FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFF0FD is #300F02. Grayscale: #E7E7E7. Windows color (decimal): -3149571 or 16642255. OLE color: 16642255.
HSL color Cylindrical-coordinate representation of color #CFF0FD: hue angle of 196.96º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFF0FD is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 240 | 253 | - |
| CMYK | 0.18 | 0.05 | 0 | 0.01 |
| HSL | 196.96º | 0.92% | 0.9% | - |
| HSV(B) | 196.96º | 0.18% | 0.99% | - |
| XYZ | 74.62 | 82.68 | 104.95 | - |
| YUV | 231.62 | 140.07 | 110.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 240 | 253 | 0.18 | 0.05 | 0 | 0.01 | 196.96 | 0.92 | 0.9 |
| Hex | CF | F0 | FD | 12 | 5 | 0 | 1 | C5 | 5C | 5A |
| Octal | 317 | 360 | 375 | 22 | 5 | 0 | 1 | 305 | 134 | 132 |
| Binary | 11001111 | 11110000 | 11111101 | 10010 | 101 | 0 | 1 | 11000101 | 1011100 | 1011010 |
Color Harmonies of #CFF0FD
Complementary color
Monochromatic Colors of #CFF0FD
Black with #CFF0FD
Text Example
Text Example
White with #CFF0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF0FD; }
p { color: rgb(207,240,253); }
H1.HeaderClassName
{
color: #CFF0FD;
}
.AnyTagClassName
{
color: #CFF0FD;
}
</style>
background-color css
<style>
a { background-color: #CFF0FD; }
a { background-color: rgb(207,240,253); }
div.DivClassName
{
background-color: #CFF0FD;
}
.BgClassName
{
background-color: #CFF0FD;
}
</style>
border-color css
<style>
span { border-color: #CFF0FD; }
span { border-color: rgb(207,240,253); }
td.TdClassName
{
border-color: #CFF0FD;
}
.TagClassName
{
border-color: #CFF0FD;
}
</style>