Shades of Pattens Blue #CBE3EF
Tints of Pattens Blue #CBE3EF
RGB
CMYK
RGB Variations
Color information
#CBE3EF (or 0xCBE3EF) is known color: Pattens Blue. HEX triplet: CB, E3 and EF. RGB value is (203,227,239). Sum of RGB (Red+Green+Blue) = 203+227+239=669 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.34% from 669); Green value is 227 (89.06% from 255 or 33.93% from 669); Blue value is 239 (93.75% from 255 or 35.72% from 669); Max value from RGB is 239 - color contains mainly: blue. Hex color #CBE3EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBE3EF is #341C10. Grayscale: #DDDDDD. Windows color (decimal): -3415057 or 15721419. OLE color: 15721419.
HSL color Cylindrical-coordinate representation of color #CBE3EF: hue angle of 200º 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 #CBE3EF is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 227 | 239 | - |
| CMYK | 0.15 | 0.05 | 0 | 0.06 |
| HSL | 200º | 0.53% | 0.87% | - |
| HSV(B) | 200º | 0.15% | 0.94% | - |
| XYZ | 67.68 | 73.87 | 92.35 | - |
| YUV | 221.19 | 138.05 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 227 | 239 | 0.15 | 0.05 | 0 | 0.06 | 200 | 0.53 | 0.87 |
| Hex | CB | E3 | EF | F | 5 | 0 | 6 | C8 | 35 | 57 |
| Octal | 313 | 343 | 357 | 17 | 5 | 0 | 6 | 310 | 65 | 127 |
| Binary | 11001011 | 11100011 | 11101111 | 1111 | 101 | 0 | 110 | 11001000 | 110101 | 1010111 |
Color Harmonies of #CBE3EF
Complementary color
Monochromatic Colors of #CBE3EF
Black with #CBE3EF
Text Example
Text Example
White with #CBE3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE3EF; }
p { color: rgb(203,227,239); }
H1.HeaderClassName
{
color: #CBE3EF;
}
.AnyTagClassName
{
color: #CBE3EF;
}
</style>
background-color css
<style>
a { background-color: #CBE3EF; }
a { background-color: rgb(203,227,239); }
div.DivClassName
{
background-color: #CBE3EF;
}
.BgClassName
{
background-color: #CBE3EF;
}
</style>
border-color css
<style>
span { border-color: #CBE3EF; }
span { border-color: rgb(203,227,239); }
td.TdClassName
{
border-color: #CBE3EF;
}
.TagClassName
{
border-color: #CBE3EF;
}
</style>