Shades of Pattens Blue #CFEBF4
Tints of Pattens Blue #CFEBF4
RGB
CMYK
RGB Variations
Color information
#CFEBF4 (or 0xCFEBF4) is known color: Pattens Blue. HEX triplet: CF, EB and F4. RGB value is (207,235,244). Sum of RGB (Red+Green+Blue) = 207+235+244=686 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.17% from 686); Green value is 235 (92.19% from 255 or 34.26% from 686); Blue value is 244 (95.70% from 255 or 35.57% from 686); Max value from RGB is 244 - color contains mainly: blue. Hex color #CFEBF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFEBF4 is #30140B. Grayscale: #E3E3E3. Windows color (decimal): -3150860 or 16051151. OLE color: 16051151.
HSL color Cylindrical-coordinate representation of color #CFEBF4: hue angle of 194.59º degrees, saturation: 0.63, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CFEBF4 is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 235 | 244 | - |
| CMYK | 0.15 | 0.04 | 0 | 0.04 |
| HSL | 194.59º | 0.63% | 0.88% | - |
| HSV(B) | 194.59º | 0.15% | 0.96% | - |
| XYZ | 71.77 | 79.21 | 97.1 | - |
| YUV | 227.65 | 137.22 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 235 | 244 | 0.15 | 0.04 | 0 | 0.04 | 194.59 | 0.63 | 0.88 |
| Hex | CF | EB | F4 | F | 4 | 0 | 4 | C3 | 3F | 58 |
| Octal | 317 | 353 | 364 | 17 | 4 | 0 | 4 | 303 | 77 | 130 |
| Binary | 11001111 | 11101011 | 11110100 | 1111 | 100 | 0 | 100 | 11000011 | 111111 | 1011000 |
Color Harmonies of #CFEBF4
Complementary color
Monochromatic Colors of #CFEBF4
Black with #CFEBF4
Text Example
Text Example
White with #CFEBF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEBF4; }
p { color: rgb(207,235,244); }
H1.HeaderClassName
{
color: #CFEBF4;
}
.AnyTagClassName
{
color: #CFEBF4;
}
</style>
background-color css
<style>
a { background-color: #CFEBF4; }
a { background-color: rgb(207,235,244); }
div.DivClassName
{
background-color: #CFEBF4;
}
.BgClassName
{
background-color: #CFEBF4;
}
</style>
border-color css
<style>
span { border-color: #CFEBF4; }
span { border-color: rgb(207,235,244); }
td.TdClassName
{
border-color: #CFEBF4;
}
.TagClassName
{
border-color: #CFEBF4;
}
</style>