Shades of Pattens Blue #CFE9FD
Tints of Pattens Blue #CFE9FD
RGB
CMYK
RGB Variations
Color information
#CFE9FD (or 0xCFE9FD) is known color: Pattens Blue. HEX triplet: CF, E9 and FD. RGB value is (207,233,253). Sum of RGB (Red+Green+Blue) = 207+233+253=693 (91% of max value = 765). Red value is 207 (81.25% from 255 or 29.87% from 693); Green value is 233 (91.41% from 255 or 33.62% from 693); Blue value is 253 (99.22% from 255 or 36.51% from 693); Max value from RGB is 253 - color contains mainly: blue. Hex color #CFE9FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFE9FD is #301602. Grayscale: #E3E3E3. Windows color (decimal): -3151363 or 16640463. OLE color: 16640463.
HSL color Cylindrical-coordinate representation of color #CFE9FD: hue angle of 206.09º degrees, saturation: 0.92, 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 #CFE9FD is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 207 | 233 | 253 | - |
CMYK | 0.18 | 0.08 | 0 | 0.01 |
HSL | 206.09º | 0.92% | 0.9% | - |
HSV(B) | 206.09º | 0.18% | 0.99% | - |
XYZ | 72.6 | 78.64 | 104.28 | - |
YUV | 227.51 | 142.39 | 113.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 233 | 253 | 0.18 | 0.08 | 0 | 0.01 | 206.09 | 0.92 | 0.9 |
Hex | CF | E9 | FD | 12 | 8 | 0 | 1 | CE | 5C | 5A |
Octal | 317 | 351 | 375 | 22 | 10 | 0 | 1 | 316 | 134 | 132 |
Binary | 11001111 | 11101001 | 11111101 | 10010 | 1000 | 0 | 1 | 11001110 | 1011100 | 1011010 |
Color Harmonies of #CFE9FD
Complementary color
Monochromatic Colors of #CFE9FD
Black with #CFE9FD
Text Example
Text Example
White with #CFE9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE9FD; }
p { color: rgb(207,233,253); }
H1.HeaderClassName
{
color: #CFE9FD;
}
.AnyTagClassName
{
color: #CFE9FD;
}
</style>
background-color css
<style>
a { background-color: #CFE9FD; }
a { background-color: rgb(207,233,253); }
div.DivClassName
{
background-color: #CFE9FD;
}
.BgClassName
{
background-color: #CFE9FD;
}
</style>
border-color css
<style>
span { border-color: #CFE9FD; }
span { border-color: rgb(207,233,253); }
td.TdClassName
{
border-color: #CFE9FD;
}
.TagClassName
{
border-color: #CFE9FD;
}
</style>