Shades of Pattens Blue #CFEBFD
Tints of Pattens Blue #CFEBFD
RGB
CMYK
RGB Variations
Color information
#CFEBFD (or 0xCFEBFD) is known color: Pattens Blue. HEX triplet: CF, EB and FD. RGB value is (207,235,253). Sum of RGB (Red+Green+Blue) = 207+235+253=695 (92% of max value = 765). Red value is 207 (81.25% from 255 or 29.78% from 695); Green value is 235 (92.19% from 255 or 33.81% from 695); Blue value is 253 (99.22% from 255 or 36.40% from 695); Max value from RGB is 253 - color contains mainly: blue. Hex color #CFEBFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFEBFD is #301402. Grayscale: #E4E4E4. Windows color (decimal): -3150851 or 16640975. OLE color: 16640975.
HSL color Cylindrical-coordinate representation of color #CFEBFD: hue angle of 203.48º 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 #CFEBFD is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 207 | 235 | 253 | - |
CMYK | 0.18 | 0.07 | 0 | 0.01 |
HSL | 203.48º | 0.92% | 0.9% | - |
HSV(B) | 203.48º | 0.18% | 0.99% | - |
XYZ | 73.17 | 79.77 | 104.47 | - |
YUV | 228.68 | 141.72 | 112.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 235 | 253 | 0.18 | 0.07 | 0 | 0.01 | 203.48 | 0.92 | 0.9 |
Hex | CF | EB | FD | 12 | 7 | 0 | 1 | CB | 5C | 5A |
Octal | 317 | 353 | 375 | 22 | 7 | 0 | 1 | 313 | 134 | 132 |
Binary | 11001111 | 11101011 | 11111101 | 10010 | 111 | 0 | 1 | 11001011 | 1011100 | 1011010 |
Color Harmonies of #CFEBFD
Complementary color
Monochromatic Colors of #CFEBFD
Black with #CFEBFD
Text Example
Text Example
White with #CFEBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEBFD; }
p { color: rgb(207,235,253); }
H1.HeaderClassName
{
color: #CFEBFD;
}
.AnyTagClassName
{
color: #CFEBFD;
}
</style>
background-color css
<style>
a { background-color: #CFEBFD; }
a { background-color: rgb(207,235,253); }
div.DivClassName
{
background-color: #CFEBFD;
}
.BgClassName
{
background-color: #CFEBFD;
}
</style>
border-color css
<style>
span { border-color: #CFEBFD; }
span { border-color: rgb(207,235,253); }
td.TdClassName
{
border-color: #CFEBFD;
}
.TagClassName
{
border-color: #CFEBFD;
}
</style>