Shades of Pattens Blue #CBE6EF
Tints of Pattens Blue #CBE6EF
RGB
CMYK
RGB Variations
Color information
#CBE6EF (or 0xCBE6EF) is known color: Pattens Blue. HEX triplet: CB, E6 and EF. RGB value is (203,230,239). Sum of RGB (Red+Green+Blue) = 203+230+239=672 (89% of max value = 765). Red value is 203 (79.69% from 255 or 30.21% from 672); Green value is 230 (90.23% from 255 or 34.23% from 672); Blue value is 239 (93.75% from 255 or 35.57% from 672); Max value from RGB is 239 - color contains mainly: blue. Hex color #CBE6EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBE6EF is #341910. Grayscale: #DEDEDE. Windows color (decimal): -3414289 or 15722187. OLE color: 15722187.
HSL color Cylindrical-coordinate representation of color #CBE6EF: hue angle of 195º 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 #CBE6EF is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 230 | 239 | - |
| CMYK | 0.15 | 0.04 | 0 | 0.06 |
| HSL | 195º | 0.53% | 0.87% | - |
| HSV(B) | 195º | 0.15% | 0.94% | - |
| XYZ | 68.51 | 75.52 | 92.63 | - |
| YUV | 222.95 | 137.05 | 113.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 230 | 239 | 0.15 | 0.04 | 0 | 0.06 | 195 | 0.53 | 0.87 |
| Hex | CB | E6 | EF | F | 4 | 0 | 6 | C3 | 35 | 57 |
| Octal | 313 | 346 | 357 | 17 | 4 | 0 | 6 | 303 | 65 | 127 |
| Binary | 11001011 | 11100110 | 11101111 | 1111 | 100 | 0 | 110 | 11000011 | 110101 | 1010111 |
Color Harmonies of #CBE6EF
Complementary color
Monochromatic Colors of #CBE6EF
Black with #CBE6EF
Text Example
Text Example
White with #CBE6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE6EF; }
p { color: rgb(203,230,239); }
H1.HeaderClassName
{
color: #CBE6EF;
}
.AnyTagClassName
{
color: #CBE6EF;
}
</style>
background-color css
<style>
a { background-color: #CBE6EF; }
a { background-color: rgb(203,230,239); }
div.DivClassName
{
background-color: #CBE6EF;
}
.BgClassName
{
background-color: #CBE6EF;
}
</style>
border-color css
<style>
span { border-color: #CBE6EF; }
span { border-color: rgb(203,230,239); }
td.TdClassName
{
border-color: #CBE6EF;
}
.TagClassName
{
border-color: #CBE6EF;
}
</style>