Shades of Pattens Blue #CFF3FE
Tints of Pattens Blue #CFF3FE
RGB
CMYK
RGB Variations
Color information
#CFF3FE (or 0xCFF3FE) is known color: Pattens Blue. HEX triplet: CF, F3 and FE. RGB value is (207,243,254). Sum of RGB (Red+Green+Blue) = 207+243+254=704 (93% of max value = 765). Red value is 207 (81.25% from 255 or 29.40% from 704); Green value is 243 (95.31% from 255 or 34.52% from 704); Blue value is 254 (99.61% from 255 or 36.08% from 704); Max value from RGB is 254 - color contains mainly: blue. Hex color #CFF3FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFF3FE is #300C01. Grayscale: #E9E9E9. Windows color (decimal): -3148802 or 16708559. OLE color: 16708559.
HSL color Cylindrical-coordinate representation of color #CFF3FE: hue angle of 194.04º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFF3FE is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 243 | 254 | - |
| CMYK | 0.19 | 0.04 | 0 | 0.00 |
| HSL | 194.04º | 0.96% | 0.9% | - |
| HSV(B) | 194.04º | 0.19% | 1% | - |
| XYZ | 75.67 | 84.52 | 106.09 | - |
| YUV | 233.49 | 139.57 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 243 | 254 | 0.19 | 0.04 | 0 | 0.00 | 194.04 | 0.96 | 0.9 |
| Hex | CF | F3 | FE | 13 | 4 | 0 | 0 | C2 | 60 | 5A |
| Octal | 317 | 363 | 376 | 23 | 4 | 0 | 0 | 302 | 140 | 132 |
| Binary | 11001111 | 11110011 | 11111110 | 10011 | 100 | 0 | 0 | 11000010 | 1100000 | 1011010 |
Color Harmonies of #CFF3FE
Complementary color
Monochromatic Colors of #CFF3FE
Black with #CFF3FE
Text Example
Text Example
White with #CFF3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF3FE; }
p { color: rgb(207,243,254); }
H1.HeaderClassName
{
color: #CFF3FE;
}
.AnyTagClassName
{
color: #CFF3FE;
}
</style>
background-color css
<style>
a { background-color: #CFF3FE; }
a { background-color: rgb(207,243,254); }
div.DivClassName
{
background-color: #CFF3FE;
}
.BgClassName
{
background-color: #CFF3FE;
}
</style>
border-color css
<style>
span { border-color: #CFF3FE; }
span { border-color: rgb(207,243,254); }
td.TdClassName
{
border-color: #CFF3FE;
}
.TagClassName
{
border-color: #CFF3FE;
}
</style>