Shades of Pattens Blue #CFEAFA
Tints of Pattens Blue #CFEAFA
RGB
CMYK
RGB Variations
Color information
#CFEAFA (or 0xCFEAFA) is known color: Pattens Blue. HEX triplet: CF, EA and FA. RGB value is (207,234,250). Sum of RGB (Red+Green+Blue) = 207+234+250=691 (91% of max value = 765). Red value is 207 (81.25% from 255 or 29.96% from 691); Green value is 234 (91.80% from 255 or 33.86% from 691); Blue value is 250 (98.05% from 255 or 36.18% from 691); Max value from RGB is 250 - color contains mainly: blue. Hex color #CFEAFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFEAFA is #301505. Grayscale: #E3E3E3. Windows color (decimal): -3151110 or 16444111. OLE color: 16444111.
HSL color Cylindrical-coordinate representation of color #CFEAFA: hue angle of 202.33º 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 #CFEAFA is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 234 | 250 | - |
| CMYK | 0.17 | 0.06 | 0 | 0.02 |
| HSL | 202.33º | 0.81% | 0.9% | - |
| HSV(B) | 202.33º | 0.17% | 0.98% | - |
| XYZ | 72.41 | 79.01 | 101.88 | - |
| YUV | 227.75 | 140.55 | 113.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 234 | 250 | 0.17 | 0.06 | 0 | 0.02 | 202.33 | 0.81 | 0.9 |
| Hex | CF | EA | FA | 11 | 6 | 0 | 2 | CA | 51 | 5A |
| Octal | 317 | 352 | 372 | 21 | 6 | 0 | 2 | 312 | 121 | 132 |
| Binary | 11001111 | 11101010 | 11111010 | 10001 | 110 | 0 | 10 | 11001010 | 1010001 | 1011010 |
Color Harmonies of #CFEAFA
Complementary color
Monochromatic Colors of #CFEAFA
Black with #CFEAFA
Text Example
Text Example
White with #CFEAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEAFA; }
p { color: rgb(207,234,250); }
H1.HeaderClassName
{
color: #CFEAFA;
}
.AnyTagClassName
{
color: #CFEAFA;
}
</style>
background-color css
<style>
a { background-color: #CFEAFA; }
a { background-color: rgb(207,234,250); }
div.DivClassName
{
background-color: #CFEAFA;
}
.BgClassName
{
background-color: #CFEAFA;
}
</style>
border-color css
<style>
span { border-color: #CFEAFA; }
span { border-color: rgb(207,234,250); }
td.TdClassName
{
border-color: #CFEAFA;
}
.TagClassName
{
border-color: #CFEAFA;
}
</style>