Shades of Pattens Blue #CFEEFC
Tints of Pattens Blue #CFEEFC
RGB
CMYK
RGB Variations
Color information
#CFEEFC (or 0xCFEEFC) is known color: Pattens Blue. HEX triplet: CF, EE and FC. RGB value is (207,238,252). Sum of RGB (Red+Green+Blue) = 207+238+252=697 (92% of max value = 765). Red value is 207 (81.25% from 255 or 29.70% from 697); Green value is 238 (93.36% from 255 or 34.15% from 697); Blue value is 252 (98.83% from 255 or 36.15% from 697); Max value from RGB is 252 - color contains mainly: blue. Hex color #CFEEFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFEEFC is #301103. Grayscale: #E6E6E6. Windows color (decimal): -3150084 or 16576207. OLE color: 16576207.
HSL color Cylindrical-coordinate representation of color #CFEEFC: hue angle of 198.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 #CFEEFC is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 238 | 252 | - |
| CMYK | 0.18 | 0.06 | 0 | 0.01 |
| HSL | 198.67º | 0.88% | 0.9% | - |
| HSV(B) | 198.67º | 0.18% | 0.99% | - |
| XYZ | 73.88 | 81.44 | 103.92 | - |
| YUV | 230.33 | 140.23 | 111.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 238 | 252 | 0.18 | 0.06 | 0 | 0.01 | 198.67 | 0.88 | 0.9 |
| Hex | CF | EE | FC | 12 | 6 | 0 | 1 | C7 | 58 | 5A |
| Octal | 317 | 356 | 374 | 22 | 6 | 0 | 1 | 307 | 130 | 132 |
| Binary | 11001111 | 11101110 | 11111100 | 10010 | 110 | 0 | 1 | 11000111 | 1011000 | 1011010 |
Color Harmonies of #CFEEFC
Complementary color
Monochromatic Colors of #CFEEFC
Black with #CFEEFC
Text Example
Text Example
White with #CFEEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEEFC; }
p { color: rgb(207,238,252); }
H1.HeaderClassName
{
color: #CFEEFC;
}
.AnyTagClassName
{
color: #CFEEFC;
}
</style>
background-color css
<style>
a { background-color: #CFEEFC; }
a { background-color: rgb(207,238,252); }
div.DivClassName
{
background-color: #CFEEFC;
}
.BgClassName
{
background-color: #CFEEFC;
}
</style>
border-color css
<style>
span { border-color: #CFEEFC; }
span { border-color: rgb(207,238,252); }
td.TdClassName
{
border-color: #CFEEFC;
}
.TagClassName
{
border-color: #CFEEFC;
}
</style>