Shades of Pattens Blue #CFEBFC
Tints of Pattens Blue #CFEBFC
RGB
CMYK
RGB Variations
Color information
#CFEBFC (or 0xCFEBFC) is known color: Pattens Blue. HEX triplet: CF, EB and FC. RGB value is (207,235,252). Sum of RGB (Red+Green+Blue) = 207+235+252=694 (91% of max value = 765). Red value is 207 (81.25% from 255 or 29.83% from 694); Green value is 235 (92.19% from 255 or 33.86% from 694); Blue value is 252 (98.83% from 255 or 36.31% from 694); Max value from RGB is 252 - color contains mainly: blue. Hex color #CFEBFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFEBFC is #301403. Grayscale: #E4E4E4. Windows color (decimal): -3150852 or 16575439. OLE color: 16575439.
HSL color Cylindrical-coordinate representation of color #CFEBFC: hue angle of 202.67º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFEBFC is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 235 | 252 | - |
| CMYK | 0.18 | 0.07 | 0 | 0.01 |
| HSL | 202.67º | 0.88% | 0.9% | - |
| HSV(B) | 202.67º | 0.18% | 0.99% | - |
| XYZ | 73.01 | 79.71 | 103.63 | - |
| YUV | 228.57 | 141.22 | 112.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 235 | 252 | 0.18 | 0.07 | 0 | 0.01 | 202.67 | 0.88 | 0.9 |
| Hex | CF | EB | FC | 12 | 7 | 0 | 1 | CB | 58 | 5A |
| Octal | 317 | 353 | 374 | 22 | 7 | 0 | 1 | 313 | 130 | 132 |
| Binary | 11001111 | 11101011 | 11111100 | 10010 | 111 | 0 | 1 | 11001011 | 1011000 | 1011010 |
Color Harmonies of #CFEBFC
Complementary color
Monochromatic Colors of #CFEBFC
Black with #CFEBFC
Text Example
Text Example
White with #CFEBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEBFC; }
p { color: rgb(207,235,252); }
H1.HeaderClassName
{
color: #CFEBFC;
}
.AnyTagClassName
{
color: #CFEBFC;
}
</style>
background-color css
<style>
a { background-color: #CFEBFC; }
a { background-color: rgb(207,235,252); }
div.DivClassName
{
background-color: #CFEBFC;
}
.BgClassName
{
background-color: #CFEBFC;
}
</style>
border-color css
<style>
span { border-color: #CFEBFC; }
span { border-color: rgb(207,235,252); }
td.TdClassName
{
border-color: #CFEBFC;
}
.TagClassName
{
border-color: #CFEBFC;
}
</style>