Shades of Pattens Blue #CFEDF8
Tints of Pattens Blue #CFEDF8
RGB
CMYK
RGB Variations
Color information
#CFEDF8 (or 0xCFEDF8) is known color: Pattens Blue. HEX triplet: CF, ED and F8. RGB value is (207,237,248). Sum of RGB (Red+Green+Blue) = 207+237+248=692 (91% of max value = 765). Red value is 207 (81.25% from 255 or 29.91% from 692); Green value is 237 (92.97% from 255 or 34.25% from 692); Blue value is 248 (97.27% from 255 or 35.84% from 692); Max value from RGB is 248 - color contains mainly: blue. Hex color #CFEDF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFEDF8 is #301207. Grayscale: #E5E5E5. Windows color (decimal): -3150344 or 16313807. OLE color: 16313807.
HSL color Cylindrical-coordinate representation of color #CFEDF8: hue angle of 196.1º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFEDF8 is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 207 | 237 | 248 | - |
CMYK | 0.17 | 0.04 | 0 | 0.03 |
HSL | 196.1º | 0.75% | 0.89% | - |
HSV(B) | 196.1º | 0.17% | 0.97% | - |
XYZ | 72.96 | 80.61 | 100.52 | - |
YUV | 229.28 | 138.56 | 112.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 237 | 248 | 0.17 | 0.04 | 0 | 0.03 | 196.1 | 0.75 | 0.89 |
Hex | CF | ED | F8 | 11 | 4 | 0 | 3 | C4 | 4B | 59 |
Octal | 317 | 355 | 370 | 21 | 4 | 0 | 3 | 304 | 113 | 131 |
Binary | 11001111 | 11101101 | 11111000 | 10001 | 100 | 0 | 11 | 11000100 | 1001011 | 1011001 |
Color Harmonies of #CFEDF8
Complementary color
Monochromatic Colors of #CFEDF8
Black with #CFEDF8
Text Example
Text Example
White with #CFEDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEDF8; }
p { color: rgb(207,237,248); }
H1.HeaderClassName
{
color: #CFEDF8;
}
.AnyTagClassName
{
color: #CFEDF8;
}
</style>
background-color css
<style>
a { background-color: #CFEDF8; }
a { background-color: rgb(207,237,248); }
div.DivClassName
{
background-color: #CFEDF8;
}
.BgClassName
{
background-color: #CFEDF8;
}
</style>
border-color css
<style>
span { border-color: #CFEDF8; }
span { border-color: rgb(207,237,248); }
td.TdClassName
{
border-color: #CFEDF8;
}
.TagClassName
{
border-color: #CFEDF8;
}
</style>