Shades of Pattens Blue #CFEEFF
Tints of Pattens Blue #CFEEFF
RGB
CMYK
RGB Variations
Color information
#CFEEFF (or 0xCFEEFF) is known color: Pattens Blue. HEX triplet: CF, EE and FF. RGB value is (207,238,255). Sum of RGB (Red+Green+Blue) = 207+238+255=700 (92% of max value = 765). Red value is 207 (81.25% from 255 or 29.57% from 700); Green value is 238 (93.36% from 255 or 34% from 700); Blue value is 255 (100% from 255 or 36.43% from 700); Max value from RGB is 255 - color contains mainly: blue. Hex color #CFEEFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFEEFF is #301100. Grayscale: #E6E6E6. Windows color (decimal): -3150081 or 16772815. OLE color: 16772815.
HSL color Cylindrical-coordinate representation of color #CFEEFF: hue angle of 201.25º 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 #CFEEFF is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 238 | 255 | - |
| CMYK | 0.19 | 0.07 | 0 | 0 |
| HSL | 201.25º | 1% | 0.91% | - |
| HSV(B) | 201.25º | 0.19% | 1% | - |
| XYZ | 74.36 | 81.63 | 106.45 | - |
| YUV | 230.67 | 141.73 | 111.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 238 | 255 | 0.19 | 0.07 | 0 | 0 | 201.25 | 1 | 0.91 |
| Hex | CF | EE | FF | 13 | 7 | 0 | 0 | C9 | 64 | 5B |
| Octal | 317 | 356 | 377 | 23 | 7 | 0 | 0 | 311 | 144 | 133 |
| Binary | 11001111 | 11101110 | 11111111 | 10011 | 111 | 0 | 0 | 11001001 | 1100100 | 1011011 |
Color Harmonies of #CFEEFF
Complementary color
Monochromatic Colors of #CFEEFF
Black with #CFEEFF
Text Example
Text Example
White with #CFEEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEEFF; }
p { color: rgb(207,238,255); }
H1.HeaderClassName
{
color: #CFEEFF;
}
.AnyTagClassName
{
color: #CFEEFF;
}
</style>
background-color css
<style>
a { background-color: #CFEEFF; }
a { background-color: rgb(207,238,255); }
div.DivClassName
{
background-color: #CFEEFF;
}
.BgClassName
{
background-color: #CFEEFF;
}
</style>
border-color css
<style>
span { border-color: #CFEEFF; }
span { border-color: rgb(207,238,255); }
td.TdClassName
{
border-color: #CFEEFF;
}
.TagClassName
{
border-color: #CFEEFF;
}
</style>