Shades of Pattens Blue #CFE8F0
Tints of Pattens Blue #CFE8F0
RGB
CMYK
RGB Variations
Color information
#CFE8F0 (or 0xCFE8F0) is known color: Pattens Blue. HEX triplet: CF, E8 and F0. RGB value is (207,232,240). Sum of RGB (Red+Green+Blue) = 207+232+240=679 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.49% from 679); Green value is 232 (91.02% from 255 or 34.17% from 679); Blue value is 240 (94.14% from 255 or 35.35% from 679); Max value from RGB is 240 - color contains mainly: blue. Hex color #CFE8F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFE8F0 is #30170F. Grayscale: #E1E1E1. Windows color (decimal): -3151632 or 15788239. OLE color: 15788239.
HSL color Cylindrical-coordinate representation of color #CFE8F0: hue angle of 194.55º degrees, saturation: 0.52, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFE8F0 is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 207 | 232 | 240 | - |
CMYK | 0.14 | 0.03 | 0 | 0.06 |
HSL | 194.55º | 0.52% | 0.88% | - |
HSV(B) | 194.55º | 0.14% | 0.94% | - |
XYZ | 70.32 | 77.27 | 93.65 | - |
YUV | 225.44 | 136.22 | 114.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 232 | 240 | 0.14 | 0.03 | 0 | 0.06 | 194.55 | 0.52 | 0.88 |
Hex | CF | E8 | F0 | E | 3 | 0 | 6 | C3 | 34 | 58 |
Octal | 317 | 350 | 360 | 16 | 3 | 0 | 6 | 303 | 64 | 130 |
Binary | 11001111 | 11101000 | 11110000 | 1110 | 11 | 0 | 110 | 11000011 | 110100 | 1011000 |
Color Harmonies of #CFE8F0
Complementary color
Monochromatic Colors of #CFE8F0
Black with #CFE8F0
Text Example
Text Example
White with #CFE8F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE8F0; }
p { color: rgb(207,232,240); }
H1.HeaderClassName
{
color: #CFE8F0;
}
.AnyTagClassName
{
color: #CFE8F0;
}
</style>
background-color css
<style>
a { background-color: #CFE8F0; }
a { background-color: rgb(207,232,240); }
div.DivClassName
{
background-color: #CFE8F0;
}
.BgClassName
{
background-color: #CFE8F0;
}
</style>
border-color css
<style>
span { border-color: #CFE8F0; }
span { border-color: rgb(207,232,240); }
td.TdClassName
{
border-color: #CFE8F0;
}
.TagClassName
{
border-color: #CFE8F0;
}
</style>