Shades of Pattens Blue #CBE0ED
Tints of Pattens Blue #CBE0ED
RGB
CMYK
RGB Variations
Color information
#CBE0ED (or 0xCBE0ED) is known color: Pattens Blue. HEX triplet: CB, E0 and ED. RGB value is (203,224,237). Sum of RGB (Red+Green+Blue) = 203+224+237=664 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.57% from 664); Green value is 224 (87.89% from 255 or 33.73% from 664); Blue value is 237 (92.97% from 255 or 35.69% from 664); Max value from RGB is 237 - color contains mainly: blue. Hex color #CBE0ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBE0ED is #341F12. Grayscale: #DBDBDB. Windows color (decimal): -3415827 or 15589579. OLE color: 15589579.
HSL color Cylindrical-coordinate representation of color #CBE0ED: hue angle of 202.94º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBE0ED is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 224 | 237 | - |
| CMYK | 0.14 | 0.05 | 0 | 0.07 |
| HSL | 202.94º | 0.49% | 0.86% | - |
| HSV(B) | 202.94º | 0.14% | 0.93% | - |
| XYZ | 66.57 | 72.12 | 90.53 | - |
| YUV | 219.2 | 138.04 | 116.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 224 | 237 | 0.14 | 0.05 | 0 | 0.07 | 202.94 | 0.49 | 0.86 |
| Hex | CB | E0 | ED | E | 5 | 0 | 7 | CB | 31 | 56 |
| Octal | 313 | 340 | 355 | 16 | 5 | 0 | 7 | 313 | 61 | 126 |
| Binary | 11001011 | 11100000 | 11101101 | 1110 | 101 | 0 | 111 | 11001011 | 110001 | 1010110 |
Color Harmonies of #CBE0ED
Complementary color
Monochromatic Colors of #CBE0ED
Black with #CBE0ED
Text Example
Text Example
White with #CBE0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE0ED; }
p { color: rgb(203,224,237); }
H1.HeaderClassName
{
color: #CBE0ED;
}
.AnyTagClassName
{
color: #CBE0ED;
}
</style>
background-color css
<style>
a { background-color: #CBE0ED; }
a { background-color: rgb(203,224,237); }
div.DivClassName
{
background-color: #CBE0ED;
}
.BgClassName
{
background-color: #CBE0ED;
}
</style>
border-color css
<style>
span { border-color: #CBE0ED; }
span { border-color: rgb(203,224,237); }
td.TdClassName
{
border-color: #CBE0ED;
}
.TagClassName
{
border-color: #CBE0ED;
}
</style>