Shades of Pattens Blue #CBE1FB
Tints of Pattens Blue #CBE1FB
RGB
CMYK
RGB Variations
Color information
#CBE1FB (or 0xCBE1FB) is known color: Pattens Blue. HEX triplet: CB, E1 and FB. RGB value is (203,225,251). Sum of RGB (Red+Green+Blue) = 203+225+251=679 (89% of max value = 765). Red value is 203 (79.69% from 255 or 29.90% from 679); Green value is 225 (88.28% from 255 or 33.14% from 679); Blue value is 251 (98.44% from 255 or 36.97% from 679); Max value from RGB is 251 - color contains mainly: blue. Hex color #CBE1FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBE1FB is #341E04. Grayscale: #DDDDDD. Windows color (decimal): -3415557 or 16507339. OLE color: 16507339.
HSL color Cylindrical-coordinate representation of color #CBE1FB: hue angle of 212.5º degrees, saturation: 0.86, 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 #CBE1FB is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 225 | 251 | - |
| CMYK | 0.19 | 0.10 | 0 | 0.02 |
| HSL | 212.5º | 0.86% | 0.89% | - |
| HSV(B) | 212.5º | 0.19% | 0.98% | - |
| XYZ | 68.97 | 73.51 | 101.82 | - |
| YUV | 221.39 | 144.71 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 225 | 251 | 0.19 | 0.10 | 0 | 0.02 | 212.5 | 0.86 | 0.89 |
| Hex | CB | E1 | FB | 13 | A | 0 | 2 | D4 | 56 | 59 |
| Octal | 313 | 341 | 373 | 23 | 12 | 0 | 2 | 324 | 126 | 131 |
| Binary | 11001011 | 11100001 | 11111011 | 10011 | 1010 | 0 | 10 | 11010100 | 1010110 | 1011001 |
Color Harmonies of #CBE1FB
Complementary color
Monochromatic Colors of #CBE1FB
Black with #CBE1FB
Text Example
Text Example
White with #CBE1FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE1FB; }
p { color: rgb(203,225,251); }
H1.HeaderClassName
{
color: #CBE1FB;
}
.AnyTagClassName
{
color: #CBE1FB;
}
</style>
background-color css
<style>
a { background-color: #CBE1FB; }
a { background-color: rgb(203,225,251); }
div.DivClassName
{
background-color: #CBE1FB;
}
.BgClassName
{
background-color: #CBE1FB;
}
</style>
border-color css
<style>
span { border-color: #CBE1FB; }
span { border-color: rgb(203,225,251); }
td.TdClassName
{
border-color: #CBE1FB;
}
.TagClassName
{
border-color: #CBE1FB;
}
</style>