Shades of Pattens Blue #CFF2FD
Tints of Pattens Blue #CFF2FD
RGB
CMYK
RGB Variations
Color information
#CFF2FD (or 0xCFF2FD) is known color: Pattens Blue. HEX triplet: CF, F2 and FD. RGB value is (207,242,253). Sum of RGB (Red+Green+Blue) = 207+242+253=702 (92% of max value = 765). Red value is 207 (81.25% from 255 or 29.49% from 702); Green value is 242 (94.92% from 255 or 34.47% from 702); Blue value is 253 (99.22% from 255 or 36.04% from 702); Max value from RGB is 253 - color contains mainly: blue. Hex color #CFF2FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFF2FD is #300D02. Grayscale: #E8E8E8. Windows color (decimal): -3149059 or 16642767. OLE color: 16642767.
HSL color Cylindrical-coordinate representation of color #CFF2FD: hue angle of 194.35º 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 #CFF2FD is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 242 | 253 | - |
| CMYK | 0.18 | 0.04 | 0 | 0.01 |
| HSL | 194.35º | 0.92% | 0.9% | - |
| HSV(B) | 194.35º | 0.18% | 0.99% | - |
| XYZ | 75.21 | 83.86 | 105.15 | - |
| YUV | 232.79 | 139.4 | 109.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 242 | 253 | 0.18 | 0.04 | 0 | 0.01 | 194.35 | 0.92 | 0.9 |
| Hex | CF | F2 | FD | 12 | 4 | 0 | 1 | C2 | 5C | 5A |
| Octal | 317 | 362 | 375 | 22 | 4 | 0 | 1 | 302 | 134 | 132 |
| Binary | 11001111 | 11110010 | 11111101 | 10010 | 100 | 0 | 1 | 11000010 | 1011100 | 1011010 |
Color Harmonies of #CFF2FD
Complementary color
Monochromatic Colors of #CFF2FD
Black with #CFF2FD
Text Example
Text Example
White with #CFF2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF2FD; }
p { color: rgb(207,242,253); }
H1.HeaderClassName
{
color: #CFF2FD;
}
.AnyTagClassName
{
color: #CFF2FD;
}
</style>
background-color css
<style>
a { background-color: #CFF2FD; }
a { background-color: rgb(207,242,253); }
div.DivClassName
{
background-color: #CFF2FD;
}
.BgClassName
{
background-color: #CFF2FD;
}
</style>
border-color css
<style>
span { border-color: #CFF2FD; }
span { border-color: rgb(207,242,253); }
td.TdClassName
{
border-color: #CFF2FD;
}
.TagClassName
{
border-color: #CFF2FD;
}
</style>