Shades of Pattens Blue #CFE8F2
Tints of Pattens Blue #CFE8F2
RGB
CMYK
RGB Variations
Color information
#CFE8F2 (or 0xCFE8F2) is known color: Pattens Blue. HEX triplet: CF, E8 and F2. RGB value is (207,232,242). Sum of RGB (Red+Green+Blue) = 207+232+242=681 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.40% from 681); Green value is 232 (91.02% from 255 or 34.07% from 681); Blue value is 242 (94.92% from 255 or 35.54% from 681); Max value from RGB is 242 - color contains mainly: blue. Hex color #CFE8F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFE8F2 is #30170D. Grayscale: #E1E1E1. Windows color (decimal): -3151630 or 15919311. OLE color: 15919311.
HSL color Cylindrical-coordinate representation of color #CFE8F2: hue angle of 197.14º degrees, saturation: 0.57, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFE8F2 is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 207 | 232 | 242 | - |
CMYK | 0.14 | 0.04 | 0 | 0.05 |
HSL | 197.14º | 0.57% | 0.88% | - |
HSV(B) | 197.14º | 0.14% | 0.95% | - |
XYZ | 70.62 | 77.39 | 95.22 | - |
YUV | 225.67 | 137.22 | 114.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 232 | 242 | 0.14 | 0.04 | 0 | 0.05 | 197.14 | 0.57 | 0.88 |
Hex | CF | E8 | F2 | E | 4 | 0 | 5 | C5 | 39 | 58 |
Octal | 317 | 350 | 362 | 16 | 4 | 0 | 5 | 305 | 71 | 130 |
Binary | 11001111 | 11101000 | 11110010 | 1110 | 100 | 0 | 101 | 11000101 | 111001 | 1011000 |
Color Harmonies of #CFE8F2
Complementary color
Monochromatic Colors of #CFE8F2
Black with #CFE8F2
Text Example
Text Example
White with #CFE8F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE8F2; }
p { color: rgb(207,232,242); }
H1.HeaderClassName
{
color: #CFE8F2;
}
.AnyTagClassName
{
color: #CFE8F2;
}
</style>
background-color css
<style>
a { background-color: #CFE8F2; }
a { background-color: rgb(207,232,242); }
div.DivClassName
{
background-color: #CFE8F2;
}
.BgClassName
{
background-color: #CFE8F2;
}
</style>
border-color css
<style>
span { border-color: #CFE8F2; }
span { border-color: rgb(207,232,242); }
td.TdClassName
{
border-color: #CFE8F2;
}
.TagClassName
{
border-color: #CFE8F2;
}
</style>