Shades of Pattens Blue #CFEBFE
Tints of Pattens Blue #CFEBFE
RGB
CMYK
RGB Variations
Color information
#CFEBFE (or 0xCFEBFE) is known color: Pattens Blue. HEX triplet: CF, EB and FE. RGB value is (207,235,254). Sum of RGB (Red+Green+Blue) = 207+235+254=696 (92% of max value = 765). Red value is 207 (81.25% from 255 or 29.74% from 696); Green value is 235 (92.19% from 255 or 33.76% from 696); Blue value is 254 (99.61% from 255 or 36.49% from 696); Max value from RGB is 254 - color contains mainly: blue. Hex color #CFEBFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFEBFE is #301401. Grayscale: #E4E4E4. Windows color (decimal): -3150850 or 16706511. OLE color: 16706511.
HSL color Cylindrical-coordinate representation of color #CFEBFE: hue angle of 204.26º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFEBFE is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 235 | 254 | - |
| CMYK | 0.19 | 0.07 | 0 | 0.00 |
| HSL | 204.26º | 0.96% | 0.9% | - |
| HSV(B) | 204.26º | 0.19% | 1% | - |
| XYZ | 73.33 | 79.84 | 105.31 | - |
| YUV | 228.79 | 142.22 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 235 | 254 | 0.19 | 0.07 | 0 | 0.00 | 204.26 | 0.96 | 0.9 |
| Hex | CF | EB | FE | 13 | 7 | 0 | 0 | CC | 60 | 5A |
| Octal | 317 | 353 | 376 | 23 | 7 | 0 | 0 | 314 | 140 | 132 |
| Binary | 11001111 | 11101011 | 11111110 | 10011 | 111 | 0 | 0 | 11001100 | 1100000 | 1011010 |
Color Harmonies of #CFEBFE
Complementary color
Monochromatic Colors of #CFEBFE
Black with #CFEBFE
Text Example
Text Example
White with #CFEBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEBFE; }
p { color: rgb(207,235,254); }
H1.HeaderClassName
{
color: #CFEBFE;
}
.AnyTagClassName
{
color: #CFEBFE;
}
</style>
background-color css
<style>
a { background-color: #CFEBFE; }
a { background-color: rgb(207,235,254); }
div.DivClassName
{
background-color: #CFEBFE;
}
.BgClassName
{
background-color: #CFEBFE;
}
</style>
border-color css
<style>
span { border-color: #CFEBFE; }
span { border-color: rgb(207,235,254); }
td.TdClassName
{
border-color: #CFEBFE;
}
.TagClassName
{
border-color: #CFEBFE;
}
</style>