Shades of Pattens Blue #CFEAF5
Tints of Pattens Blue #CFEAF5
RGB
CMYK
RGB Variations
Color information
#CFEAF5 (or 0xCFEAF5) is known color: Pattens Blue. HEX triplet: CF, EA and F5. RGB value is (207,234,245). Sum of RGB (Red+Green+Blue) = 207+234+245=686 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.17% from 686); Green value is 234 (91.80% from 255 or 34.11% from 686); Blue value is 245 (96.09% from 255 or 35.71% from 686); Max value from RGB is 245 - color contains mainly: blue. Hex color #CFEAF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFEAF5 is #30150A. Grayscale: #E3E3E3. Windows color (decimal): -3151115 or 16116431. OLE color: 16116431.
HSL color Cylindrical-coordinate representation of color #CFEAF5: hue angle of 197.37º degrees, saturation: 0.66, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFEAF5 is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 207 | 234 | 245 | - |
CMYK | 0.16 | 0.04 | 0 | 0.04 |
HSL | 197.37º | 0.66% | 0.89% | - |
HSV(B) | 197.37º | 0.16% | 0.96% | - |
XYZ | 71.64 | 78.7 | 97.8 | - |
YUV | 227.18 | 138.05 | 113.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 234 | 245 | 0.16 | 0.04 | 0 | 0.04 | 197.37 | 0.66 | 0.89 |
Hex | CF | EA | F5 | 10 | 4 | 0 | 4 | C5 | 42 | 59 |
Octal | 317 | 352 | 365 | 20 | 4 | 0 | 4 | 305 | 102 | 131 |
Binary | 11001111 | 11101010 | 11110101 | 10000 | 100 | 0 | 100 | 11000101 | 1000010 | 1011001 |
Color Harmonies of #CFEAF5
Complementary color
Monochromatic Colors of #CFEAF5
Black with #CFEAF5
Text Example
Text Example
White with #CFEAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEAF5; }
p { color: rgb(207,234,245); }
H1.HeaderClassName
{
color: #CFEAF5;
}
.AnyTagClassName
{
color: #CFEAF5;
}
</style>
background-color css
<style>
a { background-color: #CFEAF5; }
a { background-color: rgb(207,234,245); }
div.DivClassName
{
background-color: #CFEAF5;
}
.BgClassName
{
background-color: #CFEAF5;
}
</style>
border-color css
<style>
span { border-color: #CFEAF5; }
span { border-color: rgb(207,234,245); }
td.TdClassName
{
border-color: #CFEAF5;
}
.TagClassName
{
border-color: #CFEAF5;
}
</style>