Shades of Pattens Blue #CFEEFA
Tints of Pattens Blue #CFEEFA
RGB
CMYK
RGB Variations
Color information
#CFEEFA (or 0xCFEEFA) is known color: Pattens Blue. HEX triplet: CF, EE and FA. RGB value is (207,238,250). Sum of RGB (Red+Green+Blue) = 207+238+250=695 (92% of max value = 765). Red value is 207 (81.25% from 255 or 29.78% from 695); Green value is 238 (93.36% from 255 or 34.24% from 695); Blue value is 250 (98.05% from 255 or 35.97% from 695); Max value from RGB is 250 - color contains mainly: blue. Hex color #CFEEFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFEEFA is #301105. Grayscale: #E6E6E6. Windows color (decimal): -3150086 or 16445135. OLE color: 16445135.
HSL color Cylindrical-coordinate representation of color #CFEEFA: hue angle of 196.74º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFEEFA is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 238 | 250 | - |
| CMYK | 0.17 | 0.05 | 0 | 0.02 |
| HSL | 196.74º | 0.81% | 0.9% | - |
| HSV(B) | 196.74º | 0.17% | 0.98% | - |
| XYZ | 73.56 | 81.32 | 102.26 | - |
| YUV | 230.1 | 139.23 | 111.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 238 | 250 | 0.17 | 0.05 | 0 | 0.02 | 196.74 | 0.81 | 0.9 |
| Hex | CF | EE | FA | 11 | 5 | 0 | 2 | C5 | 51 | 5A |
| Octal | 317 | 356 | 372 | 21 | 5 | 0 | 2 | 305 | 121 | 132 |
| Binary | 11001111 | 11101110 | 11111010 | 10001 | 101 | 0 | 10 | 11000101 | 1010001 | 1011010 |
Color Harmonies of #CFEEFA
Complementary color
Monochromatic Colors of #CFEEFA
Black with #CFEEFA
Text Example
Text Example
White with #CFEEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEEFA; }
p { color: rgb(207,238,250); }
H1.HeaderClassName
{
color: #CFEEFA;
}
.AnyTagClassName
{
color: #CFEEFA;
}
</style>
background-color css
<style>
a { background-color: #CFEEFA; }
a { background-color: rgb(207,238,250); }
div.DivClassName
{
background-color: #CFEEFA;
}
.BgClassName
{
background-color: #CFEEFA;
}
</style>
border-color css
<style>
span { border-color: #CFEEFA; }
span { border-color: rgb(207,238,250); }
td.TdClassName
{
border-color: #CFEEFA;
}
.TagClassName
{
border-color: #CFEEFA;
}
</style>