Shades of Pattens Blue #CBE5EF
Tints of Pattens Blue #CBE5EF
RGB
CMYK
RGB Variations
Color information
#CBE5EF (or 0xCBE5EF) is known color: Pattens Blue. HEX triplet: CB, E5 and EF. RGB value is (203,229,239). Sum of RGB (Red+Green+Blue) = 203+229+239=671 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.25% from 671); Green value is 229 (89.84% from 255 or 34.13% from 671); Blue value is 239 (93.75% from 255 or 35.62% from 671); Max value from RGB is 239 - color contains mainly: blue. Hex color #CBE5EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBE5EF is #341A10. Grayscale: #DEDEDE. Windows color (decimal): -3414545 or 15721931. OLE color: 15721931.
HSL color Cylindrical-coordinate representation of color #CBE5EF: hue angle of 196.67º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBE5EF is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 229 | 239 | - |
| CMYK | 0.15 | 0.04 | 0 | 0.06 |
| HSL | 196.67º | 0.53% | 0.87% | - |
| HSV(B) | 196.67º | 0.15% | 0.94% | - |
| XYZ | 68.23 | 74.97 | 92.54 | - |
| YUV | 222.37 | 137.39 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 229 | 239 | 0.15 | 0.04 | 0 | 0.06 | 196.67 | 0.53 | 0.87 |
| Hex | CB | E5 | EF | F | 4 | 0 | 6 | C5 | 35 | 57 |
| Octal | 313 | 345 | 357 | 17 | 4 | 0 | 6 | 305 | 65 | 127 |
| Binary | 11001011 | 11100101 | 11101111 | 1111 | 100 | 0 | 110 | 11000101 | 110101 | 1010111 |
Color Harmonies of #CBE5EF
Complementary color
Monochromatic Colors of #CBE5EF
Black with #CBE5EF
Text Example
Text Example
White with #CBE5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE5EF; }
p { color: rgb(203,229,239); }
H1.HeaderClassName
{
color: #CBE5EF;
}
.AnyTagClassName
{
color: #CBE5EF;
}
</style>
background-color css
<style>
a { background-color: #CBE5EF; }
a { background-color: rgb(203,229,239); }
div.DivClassName
{
background-color: #CBE5EF;
}
.BgClassName
{
background-color: #CBE5EF;
}
</style>
border-color css
<style>
span { border-color: #CBE5EF; }
span { border-color: rgb(203,229,239); }
td.TdClassName
{
border-color: #CBE5EF;
}
.TagClassName
{
border-color: #CBE5EF;
}
</style>