Shades of Pattens Blue #CFEBFF
Tints of Pattens Blue #CFEBFF
RGB
CMYK
RGB Variations
Color information
#CFEBFF (or 0xCFEBFF) is known color: Pattens Blue. HEX triplet: CF, EB and FF. RGB value is (207,235,255). Sum of RGB (Red+Green+Blue) = 207+235+255=697 (92% of max value = 765). Red value is 207 (81.25% from 255 or 29.70% from 697); Green value is 235 (92.19% from 255 or 33.72% from 697); Blue value is 255 (100% from 255 or 36.59% from 697); Max value from RGB is 255 - color contains mainly: blue. Hex color #CFEBFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFEBFF is #301400. Grayscale: #E4E4E4. Windows color (decimal): -3150849 or 16772047. OLE color: 16772047.
HSL color Cylindrical-coordinate representation of color #CFEBFF: hue angle of 205º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFEBFF is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 235 | 255 | - |
| CMYK | 0.19 | 0.08 | 0 | 0 |
| HSL | 205º | 1% | 0.91% | - |
| HSV(B) | 205º | 0.19% | 1% | - |
| XYZ | 73.49 | 79.9 | 106.16 | - |
| YUV | 228.91 | 142.72 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 235 | 255 | 0.19 | 0.08 | 0 | 0 | 205 | 1 | 0.91 |
| Hex | CF | EB | FF | 13 | 8 | 0 | 0 | CD | 64 | 5B |
| Octal | 317 | 353 | 377 | 23 | 10 | 0 | 0 | 315 | 144 | 133 |
| Binary | 11001111 | 11101011 | 11111111 | 10011 | 1000 | 0 | 0 | 11001101 | 1100100 | 1011011 |
Color Harmonies of #CFEBFF
Complementary color
Monochromatic Colors of #CFEBFF
Black with #CFEBFF
Text Example
Text Example
White with #CFEBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEBFF; }
p { color: rgb(207,235,255); }
H1.HeaderClassName
{
color: #CFEBFF;
}
.AnyTagClassName
{
color: #CFEBFF;
}
</style>
background-color css
<style>
a { background-color: #CFEBFF; }
a { background-color: rgb(207,235,255); }
div.DivClassName
{
background-color: #CFEBFF;
}
.BgClassName
{
background-color: #CFEBFF;
}
</style>
border-color css
<style>
span { border-color: #CFEBFF; }
span { border-color: rgb(207,235,255); }
td.TdClassName
{
border-color: #CFEBFF;
}
.TagClassName
{
border-color: #CFEBFF;
}
</style>