Shades of Pattens Blue #CBE2FA
Tints of Pattens Blue #CBE2FA
RGB
CMYK
RGB Variations
Color information
#CBE2FA (or 0xCBE2FA) is known color: Pattens Blue. HEX triplet: CB, E2 and FA. RGB value is (203,226,250). Sum of RGB (Red+Green+Blue) = 203+226+250=679 (89% of max value = 765). Red value is 203 (79.69% from 255 or 29.90% from 679); Green value is 226 (88.67% from 255 or 33.28% from 679); Blue value is 250 (98.05% from 255 or 36.82% from 679); Max value from RGB is 250 - color contains mainly: blue. Hex color #CBE2FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBE2FA is #341D05. Grayscale: #DDDDDD. Windows color (decimal): -3415302 or 16442059. OLE color: 16442059.
HSL color Cylindrical-coordinate representation of color #CBE2FA: hue angle of 210.64º 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 #CBE2FA is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 226 | 250 | - |
| CMYK | 0.19 | 0.10 | 0 | 0.02 |
| HSL | 210.64º | 0.82% | 0.89% | - |
| HSV(B) | 210.64º | 0.19% | 0.98% | - |
| XYZ | 69.08 | 73.99 | 101.08 | - |
| YUV | 221.86 | 143.88 | 114.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 226 | 250 | 0.19 | 0.10 | 0 | 0.02 | 210.64 | 0.82 | 0.89 |
| Hex | CB | E2 | FA | 13 | A | 0 | 2 | D3 | 52 | 59 |
| Octal | 313 | 342 | 372 | 23 | 12 | 0 | 2 | 323 | 122 | 131 |
| Binary | 11001011 | 11100010 | 11111010 | 10011 | 1010 | 0 | 10 | 11010011 | 1010010 | 1011001 |
Color Harmonies of #CBE2FA
Complementary color
Monochromatic Colors of #CBE2FA
Black with #CBE2FA
Text Example
Text Example
White with #CBE2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE2FA; }
p { color: rgb(203,226,250); }
H1.HeaderClassName
{
color: #CBE2FA;
}
.AnyTagClassName
{
color: #CBE2FA;
}
</style>
background-color css
<style>
a { background-color: #CBE2FA; }
a { background-color: rgb(203,226,250); }
div.DivClassName
{
background-color: #CBE2FA;
}
.BgClassName
{
background-color: #CBE2FA;
}
</style>
border-color css
<style>
span { border-color: #CBE2FA; }
span { border-color: rgb(203,226,250); }
td.TdClassName
{
border-color: #CBE2FA;
}
.TagClassName
{
border-color: #CBE2FA;
}
</style>