Shades of Pattens Blue #CFF2FF
Tints of Pattens Blue #CFF2FF
RGB
CMYK
RGB Variations
Color information
#CFF2FF (or 0xCFF2FF) is known color: Pattens Blue. HEX triplet: CF, F2 and FF. RGB value is (207,242,255). Sum of RGB (Red+Green+Blue) = 207+242+255=704 (93% of max value = 765). Red value is 207 (81.25% from 255 or 29.40% from 704); Green value is 242 (94.92% from 255 or 34.38% from 704); Blue value is 255 (100% from 255 or 36.22% from 704); Max value from RGB is 255 - color contains mainly: blue. Hex color #CFF2FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFF2FF is #300D00. Grayscale: #E8E8E8. Windows color (decimal): -3149057 or 16773839. OLE color: 16773839.
HSL color Cylindrical-coordinate representation of color #CFF2FF: hue angle of 196.25º 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 #CFF2FF is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 242 | 255 | - |
| CMYK | 0.19 | 0.05 | 0 | 0 |
| HSL | 196.25º | 1% | 0.91% | - |
| HSV(B) | 196.25º | 0.19% | 1% | - |
| XYZ | 75.53 | 83.99 | 106.84 | - |
| YUV | 233.02 | 140.4 | 109.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 242 | 255 | 0.19 | 0.05 | 0 | 0 | 196.25 | 1 | 0.91 |
| Hex | CF | F2 | FF | 13 | 5 | 0 | 0 | C4 | 64 | 5B |
| Octal | 317 | 362 | 377 | 23 | 5 | 0 | 0 | 304 | 144 | 133 |
| Binary | 11001111 | 11110010 | 11111111 | 10011 | 101 | 0 | 0 | 11000100 | 1100100 | 1011011 |
Color Harmonies of #CFF2FF
Complementary color
Monochromatic Colors of #CFF2FF
Black with #CFF2FF
Text Example
Text Example
White with #CFF2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF2FF; }
p { color: rgb(207,242,255); }
H1.HeaderClassName
{
color: #CFF2FF;
}
.AnyTagClassName
{
color: #CFF2FF;
}
</style>
background-color css
<style>
a { background-color: #CFF2FF; }
a { background-color: rgb(207,242,255); }
div.DivClassName
{
background-color: #CFF2FF;
}
.BgClassName
{
background-color: #CFF2FF;
}
</style>
border-color css
<style>
span { border-color: #CFF2FF; }
span { border-color: rgb(207,242,255); }
td.TdClassName
{
border-color: #CFF2FF;
}
.TagClassName
{
border-color: #CFF2FF;
}
</style>