Shades of Pattens Blue #CFF2FE
Tints of Pattens Blue #CFF2FE
RGB
CMYK
RGB Variations
Color information
#CFF2FE (or 0xCFF2FE) is known color: Pattens Blue. HEX triplet: CF, F2 and FE. RGB value is (207,242,254). Sum of RGB (Red+Green+Blue) = 207+242+254=703 (93% of max value = 765). Red value is 207 (81.25% from 255 or 29.45% from 703); Green value is 242 (94.92% from 255 or 34.42% from 703); Blue value is 254 (99.61% from 255 or 36.13% from 703); Max value from RGB is 254 - color contains mainly: blue. Hex color #CFF2FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFF2FE is #300D01. Grayscale: #E8E8E8. Windows color (decimal): -3149058 or 16708303. OLE color: 16708303.
HSL color Cylindrical-coordinate representation of color #CFF2FE: hue angle of 195.32º 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 #CFF2FE is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 242 | 254 | - |
| CMYK | 0.19 | 0.05 | 0 | 0.00 |
| HSL | 195.32º | 0.96% | 0.9% | - |
| HSV(B) | 195.32º | 0.19% | 1% | - |
| XYZ | 75.37 | 83.93 | 105.99 | - |
| YUV | 232.9 | 139.9 | 109.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 242 | 254 | 0.19 | 0.05 | 0 | 0.00 | 195.32 | 0.96 | 0.9 |
| Hex | CF | F2 | FE | 13 | 5 | 0 | 0 | C3 | 60 | 5A |
| Octal | 317 | 362 | 376 | 23 | 5 | 0 | 0 | 303 | 140 | 132 |
| Binary | 11001111 | 11110010 | 11111110 | 10011 | 101 | 0 | 0 | 11000011 | 1100000 | 1011010 |
Color Harmonies of #CFF2FE
Complementary color
Monochromatic Colors of #CFF2FE
Black with #CFF2FE
Text Example
Text Example
White with #CFF2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF2FE; }
p { color: rgb(207,242,254); }
H1.HeaderClassName
{
color: #CFF2FE;
}
.AnyTagClassName
{
color: #CFF2FE;
}
</style>
background-color css
<style>
a { background-color: #CFF2FE; }
a { background-color: rgb(207,242,254); }
div.DivClassName
{
background-color: #CFF2FE;
}
.BgClassName
{
background-color: #CFF2FE;
}
</style>
border-color css
<style>
span { border-color: #CFF2FE; }
span { border-color: rgb(207,242,254); }
td.TdClassName
{
border-color: #CFF2FE;
}
.TagClassName
{
border-color: #CFF2FE;
}
</style>