Shades of Pattens Blue #CFEFFB
Tints of Pattens Blue #CFEFFB
RGB
CMYK
RGB Variations
Color information
#CFEFFB (or 0xCFEFFB) is known color: Pattens Blue. HEX triplet: CF, EF and FB. RGB value is (207,239,251). Sum of RGB (Red+Green+Blue) = 207+239+251=697 (92% of max value = 765). Red value is 207 (81.25% from 255 or 29.70% from 697); Green value is 239 (93.75% from 255 or 34.29% from 697); Blue value is 251 (98.44% from 255 or 36.01% from 697); Max value from RGB is 251 - color contains mainly: blue. Hex color #CFEFFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFEFFB is #301004. Grayscale: #E6E6E6. Windows color (decimal): -3149829 or 16510927. OLE color: 16510927.
HSL color Cylindrical-coordinate representation of color #CFEFFB: hue angle of 196.36º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFEFFB is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 207 | 239 | 251 | - |
CMYK | 0.18 | 0.05 | 0 | 0.02 |
HSL | 196.36º | 0.85% | 0.9% | - |
HSV(B) | 196.36º | 0.18% | 0.98% | - |
XYZ | 74.01 | 81.96 | 103.19 | - |
YUV | 230.8 | 139.4 | 111.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 239 | 251 | 0.18 | 0.05 | 0 | 0.02 | 196.36 | 0.85 | 0.9 |
Hex | CF | EF | FB | 12 | 5 | 0 | 2 | C4 | 55 | 5A |
Octal | 317 | 357 | 373 | 22 | 5 | 0 | 2 | 304 | 125 | 132 |
Binary | 11001111 | 11101111 | 11111011 | 10010 | 101 | 0 | 10 | 11000100 | 1010101 | 1011010 |
Color Harmonies of #CFEFFB
Complementary color
Monochromatic Colors of #CFEFFB
Black with #CFEFFB
Text Example
Text Example
White with #CFEFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEFFB; }
p { color: rgb(207,239,251); }
H1.HeaderClassName
{
color: #CFEFFB;
}
.AnyTagClassName
{
color: #CFEFFB;
}
</style>
background-color css
<style>
a { background-color: #CFEFFB; }
a { background-color: rgb(207,239,251); }
div.DivClassName
{
background-color: #CFEFFB;
}
.BgClassName
{
background-color: #CFEFFB;
}
</style>
border-color css
<style>
span { border-color: #CFEFFB; }
span { border-color: rgb(207,239,251); }
td.TdClassName
{
border-color: #CFEFFB;
}
.TagClassName
{
border-color: #CFEFFB;
}
</style>