Shades of Pattens Blue #CFF0FF
Tints of Pattens Blue #CFF0FF
RGB
CMYK
RGB Variations
Color information
#CFF0FF (or 0xCFF0FF) is known color: Pattens Blue. HEX triplet: CF, F0 and FF. RGB value is (207,240,255). Sum of RGB (Red+Green+Blue) = 207+240+255=702 (92% of max value = 765). Red value is 207 (81.25% from 255 or 29.49% from 702); Green value is 240 (94.14% from 255 or 34.19% from 702); Blue value is 255 (100% from 255 or 36.32% from 702); Max value from RGB is 255 - color contains mainly: blue. Hex color #CFF0FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFF0FF is #300F00. Grayscale: #E7E7E7. Windows color (decimal): -3149569 or 16773327. OLE color: 16773327.
HSL color Cylindrical-coordinate representation of color #CFF0FF: hue angle of 198.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 #CFF0FF is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 240 | 255 | - |
| CMYK | 0.19 | 0.06 | 0 | 0 |
| HSL | 198.75º | 1% | 0.91% | - |
| HSV(B) | 198.75º | 0.19% | 1% | - |
| XYZ | 74.94 | 82.81 | 106.64 | - |
| YUV | 231.84 | 141.07 | 110.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 240 | 255 | 0.19 | 0.06 | 0 | 0 | 198.75 | 1 | 0.91 |
| Hex | CF | F0 | FF | 13 | 6 | 0 | 0 | C7 | 64 | 5B |
| Octal | 317 | 360 | 377 | 23 | 6 | 0 | 0 | 307 | 144 | 133 |
| Binary | 11001111 | 11110000 | 11111111 | 10011 | 110 | 0 | 0 | 11000111 | 1100100 | 1011011 |
Color Harmonies of #CFF0FF
Complementary color
Monochromatic Colors of #CFF0FF
Black with #CFF0FF
Text Example
Text Example
White with #CFF0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF0FF; }
p { color: rgb(207,240,255); }
H1.HeaderClassName
{
color: #CFF0FF;
}
.AnyTagClassName
{
color: #CFF0FF;
}
</style>
background-color css
<style>
a { background-color: #CFF0FF; }
a { background-color: rgb(207,240,255); }
div.DivClassName
{
background-color: #CFF0FF;
}
.BgClassName
{
background-color: #CFF0FF;
}
</style>
border-color css
<style>
span { border-color: #CFF0FF; }
span { border-color: rgb(207,240,255); }
td.TdClassName
{
border-color: #CFF0FF;
}
.TagClassName
{
border-color: #CFF0FF;
}
</style>