Shades of Pattens Blue #CBE1FA
Tints of Pattens Blue #CBE1FA
RGB
CMYK
RGB Variations
Color information
#CBE1FA (or 0xCBE1FA) is known color: Pattens Blue. HEX triplet: CB, E1 and FA. RGB value is (203,225,250). Sum of RGB (Red+Green+Blue) = 203+225+250=678 (89% of max value = 765). Red value is 203 (79.69% from 255 or 29.94% from 678); Green value is 225 (88.28% from 255 or 33.19% from 678); Blue value is 250 (98.05% from 255 or 36.87% from 678); Max value from RGB is 250 - color contains mainly: blue. Hex color #CBE1FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBE1FA is #341E05. Grayscale: #DDDDDD. Windows color (decimal): -3415558 or 16441803. OLE color: 16441803.
HSL color Cylindrical-coordinate representation of color #CBE1FA: hue angle of 211.91º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBE1FA is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 225 | 250 | - |
| CMYK | 0.19 | 0.10 | 0 | 0.02 |
| HSL | 211.91º | 0.82% | 0.89% | - |
| HSV(B) | 211.91º | 0.19% | 0.98% | - |
| XYZ | 68.81 | 73.45 | 100.99 | - |
| YUV | 221.27 | 144.21 | 114.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 225 | 250 | 0.19 | 0.10 | 0 | 0.02 | 211.91 | 0.82 | 0.89 |
| Hex | CB | E1 | FA | 13 | A | 0 | 2 | D4 | 52 | 59 |
| Octal | 313 | 341 | 372 | 23 | 12 | 0 | 2 | 324 | 122 | 131 |
| Binary | 11001011 | 11100001 | 11111010 | 10011 | 1010 | 0 | 10 | 11010100 | 1010010 | 1011001 |
Color Harmonies of #CBE1FA
Complementary color
Monochromatic Colors of #CBE1FA
Black with #CBE1FA
Text Example
Text Example
White with #CBE1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE1FA; }
p { color: rgb(203,225,250); }
H1.HeaderClassName
{
color: #CBE1FA;
}
.AnyTagClassName
{
color: #CBE1FA;
}
</style>
background-color css
<style>
a { background-color: #CBE1FA; }
a { background-color: rgb(203,225,250); }
div.DivClassName
{
background-color: #CBE1FA;
}
.BgClassName
{
background-color: #CBE1FA;
}
</style>
border-color css
<style>
span { border-color: #CBE1FA; }
span { border-color: rgb(203,225,250); }
td.TdClassName
{
border-color: #CBE1FA;
}
.TagClassName
{
border-color: #CBE1FA;
}
</style>