Shades of Pattens Blue #CFEBF2
Tints of Pattens Blue #CFEBF2
RGB
CMYK
RGB Variations
Color information
#CFEBF2 (or 0xCFEBF2) is known color: Pattens Blue. HEX triplet: CF, EB and F2. RGB value is (207,235,242). Sum of RGB (Red+Green+Blue) = 207+235+242=684 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.26% from 684); Green value is 235 (92.19% from 255 or 34.36% from 684); Blue value is 242 (94.92% from 255 or 35.38% from 684); Max value from RGB is 242 - color contains mainly: blue. Hex color #CFEBF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFEBF2 is #30140D. Grayscale: #E3E3E3. Windows color (decimal): -3150862 or 15920079. OLE color: 15920079.
HSL color Cylindrical-coordinate representation of color #CFEBF2: hue angle of 192º degrees, saturation: 0.57, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFEBF2 is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 235 | 242 | - |
| CMYK | 0.14 | 0.03 | 0 | 0.05 |
| HSL | 192º | 0.57% | 0.88% | - |
| HSV(B) | 192º | 0.14% | 0.95% | - |
| XYZ | 71.47 | 79.09 | 95.5 | - |
| YUV | 227.43 | 136.22 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 235 | 242 | 0.14 | 0.03 | 0 | 0.05 | 192 | 0.57 | 0.88 |
| Hex | CF | EB | F2 | E | 3 | 0 | 5 | C0 | 39 | 58 |
| Octal | 317 | 353 | 362 | 16 | 3 | 0 | 5 | 300 | 71 | 130 |
| Binary | 11001111 | 11101011 | 11110010 | 1110 | 11 | 0 | 101 | 11000000 | 111001 | 1011000 |
Color Harmonies of #CFEBF2
Complementary color
Monochromatic Colors of #CFEBF2
Black with #CFEBF2
Text Example
Text Example
White with #CFEBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEBF2; }
p { color: rgb(207,235,242); }
H1.HeaderClassName
{
color: #CFEBF2;
}
.AnyTagClassName
{
color: #CFEBF2;
}
</style>
background-color css
<style>
a { background-color: #CFEBF2; }
a { background-color: rgb(207,235,242); }
div.DivClassName
{
background-color: #CFEBF2;
}
.BgClassName
{
background-color: #CFEBF2;
}
</style>
border-color css
<style>
span { border-color: #CFEBF2; }
span { border-color: rgb(207,235,242); }
td.TdClassName
{
border-color: #CFEBF2;
}
.TagClassName
{
border-color: #CFEBF2;
}
</style>