Shades of Pattens Blue #CBE1EF
Tints of Pattens Blue #CBE1EF
RGB
CMYK
RGB Variations
Color information
#CBE1EF (or 0xCBE1EF) is known color: Pattens Blue. HEX triplet: CB, E1 and EF. RGB value is (203,225,239). Sum of RGB (Red+Green+Blue) = 203+225+239=667 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.43% from 667); Green value is 225 (88.28% from 255 or 33.73% from 667); Blue value is 239 (93.75% from 255 or 35.83% from 667); Max value from RGB is 239 - color contains mainly: blue. Hex color #CBE1EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBE1EF is #341E10. Grayscale: #DBDBDB. Windows color (decimal): -3415569 or 15720907. OLE color: 15720907.
HSL color Cylindrical-coordinate representation of color #CBE1EF: hue angle of 203.33º 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 #CBE1EF is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 225 | 239 | - |
| CMYK | 0.15 | 0.06 | 0 | 0.06 |
| HSL | 203.33º | 0.53% | 0.87% | - |
| HSV(B) | 203.33º | 0.15% | 0.94% | - |
| XYZ | 67.13 | 72.78 | 92.17 | - |
| YUV | 220.02 | 138.71 | 115.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 225 | 239 | 0.15 | 0.06 | 0 | 0.06 | 203.33 | 0.53 | 0.87 |
| Hex | CB | E1 | EF | F | 6 | 0 | 6 | CB | 35 | 57 |
| Octal | 313 | 341 | 357 | 17 | 6 | 0 | 6 | 313 | 65 | 127 |
| Binary | 11001011 | 11100001 | 11101111 | 1111 | 110 | 0 | 110 | 11001011 | 110101 | 1010111 |
Color Harmonies of #CBE1EF
Complementary color
Monochromatic Colors of #CBE1EF
Black with #CBE1EF
Text Example
Text Example
White with #CBE1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE1EF; }
p { color: rgb(203,225,239); }
H1.HeaderClassName
{
color: #CBE1EF;
}
.AnyTagClassName
{
color: #CBE1EF;
}
</style>
background-color css
<style>
a { background-color: #CBE1EF; }
a { background-color: rgb(203,225,239); }
div.DivClassName
{
background-color: #CBE1EF;
}
.BgClassName
{
background-color: #CBE1EF;
}
</style>
border-color css
<style>
span { border-color: #CBE1EF; }
span { border-color: rgb(203,225,239); }
td.TdClassName
{
border-color: #CBE1EF;
}
.TagClassName
{
border-color: #CBE1EF;
}
</style>