Shades of Pattens Blue #CBE3FA
Tints of Pattens Blue #CBE3FA
RGB
CMYK
RGB Variations
Color information
#CBE3FA (or 0xCBE3FA) is known color: Pattens Blue. HEX triplet: CB, E3 and FA. RGB value is (203,227,250). Sum of RGB (Red+Green+Blue) = 203+227+250=680 (90% of max value = 765). Red value is 203 (79.69% from 255 or 29.85% from 680); Green value is 227 (89.06% from 255 or 33.38% from 680); Blue value is 250 (98.05% from 255 or 36.76% from 680); Max value from RGB is 250 - color contains mainly: blue. Hex color #CBE3FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBE3FA is #341C05. Grayscale: #DEDEDE. Windows color (decimal): -3415046 or 16442315. OLE color: 16442315.
HSL color Cylindrical-coordinate representation of color #CBE3FA: hue angle of 209.36º 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 #CBE3FA is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 227 | 250 | - |
| CMYK | 0.19 | 0.09 | 0 | 0.02 |
| HSL | 209.36º | 0.82% | 0.89% | - |
| HSV(B) | 209.36º | 0.19% | 0.98% | - |
| XYZ | 69.35 | 74.54 | 101.17 | - |
| YUV | 222.45 | 143.55 | 114.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 227 | 250 | 0.19 | 0.09 | 0 | 0.02 | 209.36 | 0.82 | 0.89 |
| Hex | CB | E3 | FA | 13 | 9 | 0 | 2 | D1 | 52 | 59 |
| Octal | 313 | 343 | 372 | 23 | 11 | 0 | 2 | 321 | 122 | 131 |
| Binary | 11001011 | 11100011 | 11111010 | 10011 | 1001 | 0 | 10 | 11010001 | 1010010 | 1011001 |
Color Harmonies of #CBE3FA
Complementary color
Monochromatic Colors of #CBE3FA
Black with #CBE3FA
Text Example
Text Example
White with #CBE3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE3FA; }
p { color: rgb(203,227,250); }
H1.HeaderClassName
{
color: #CBE3FA;
}
.AnyTagClassName
{
color: #CBE3FA;
}
</style>
background-color css
<style>
a { background-color: #CBE3FA; }
a { background-color: rgb(203,227,250); }
div.DivClassName
{
background-color: #CBE3FA;
}
.BgClassName
{
background-color: #CBE3FA;
}
</style>
border-color css
<style>
span { border-color: #CBE3FA; }
span { border-color: rgb(203,227,250); }
td.TdClassName
{
border-color: #CBE3FA;
}
.TagClassName
{
border-color: #CBE3FA;
}
</style>