Shades of Pattens Blue #CBE3FD
Tints of Pattens Blue #CBE3FD
RGB
CMYK
RGB Variations
Color information
#CBE3FD (or 0xCBE3FD) is known color: Pattens Blue. HEX triplet: CB, E3 and FD. RGB value is (203,227,253). Sum of RGB (Red+Green+Blue) = 203+227+253=683 (90% of max value = 765). Red value is 203 (79.69% from 255 or 29.72% from 683); Green value is 227 (89.06% from 255 or 33.24% from 683); Blue value is 253 (99.22% from 255 or 37.04% from 683); Max value from RGB is 253 - color contains mainly: blue. Hex color #CBE3FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBE3FD is #341C02. Grayscale: #DEDEDE. Windows color (decimal): -3415043 or 16638923. OLE color: 16638923.
HSL color Cylindrical-coordinate representation of color #CBE3FD: hue angle of 211.2º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBE3FD is Cyan = 0.20, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 227 | 253 | - |
| CMYK | 0.20 | 0.10 | 0 | 0.01 |
| HSL | 211.2º | 0.93% | 0.89% | - |
| HSV(B) | 211.2º | 0.2% | 0.99% | - |
| XYZ | 69.83 | 74.73 | 103.67 | - |
| YUV | 222.79 | 145.05 | 113.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 227 | 253 | 0.20 | 0.10 | 0 | 0.01 | 211.2 | 0.93 | 0.89 |
| Hex | CB | E3 | FD | 14 | A | 0 | 1 | D3 | 5D | 59 |
| Octal | 313 | 343 | 375 | 24 | 12 | 0 | 1 | 323 | 135 | 131 |
| Binary | 11001011 | 11100011 | 11111101 | 10100 | 1010 | 0 | 1 | 11010011 | 1011101 | 1011001 |
Color Harmonies of #CBE3FD
Complementary color
Monochromatic Colors of #CBE3FD
Black with #CBE3FD
Text Example
Text Example
White with #CBE3FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE3FD; }
p { color: rgb(203,227,253); }
H1.HeaderClassName
{
color: #CBE3FD;
}
.AnyTagClassName
{
color: #CBE3FD;
}
</style>
background-color css
<style>
a { background-color: #CBE3FD; }
a { background-color: rgb(203,227,253); }
div.DivClassName
{
background-color: #CBE3FD;
}
.BgClassName
{
background-color: #CBE3FD;
}
</style>
border-color css
<style>
span { border-color: #CBE3FD; }
span { border-color: rgb(203,227,253); }
td.TdClassName
{
border-color: #CBE3FD;
}
.TagClassName
{
border-color: #CBE3FD;
}
</style>