Shades of Pattens Blue #CBDEEA
Tints of Pattens Blue #CBDEEA
RGB
CMYK
RGB Variations
Color information
#CBDEEA (or 0xCBDEEA) is known color: Pattens Blue. HEX triplet: CB, DE and EA. RGB value is (203,222,234). Sum of RGB (Red+Green+Blue) = 203+222+234=659 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.80% from 659); Green value is 222 (87.11% from 255 or 33.69% from 659); Blue value is 234 (91.80% from 255 or 35.51% from 659); Max value from RGB is 234 - color contains mainly: blue. Hex color #CBDEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBDEEA is #342115. Grayscale: #D9D9D9. Windows color (decimal): -3416342 or 15392459. OLE color: 15392459.
HSL color Cylindrical-coordinate representation of color #CBDEEA: hue angle of 203.23º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CBDEEA is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 222 | 234 | - |
| CMYK | 0.13 | 0.05 | 0 | 0.08 |
| HSL | 203.23º | 0.42% | 0.86% | - |
| HSV(B) | 203.23º | 0.13% | 0.92% | - |
| XYZ | 65.6 | 70.88 | 88.07 | - |
| YUV | 217.69 | 137.21 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 222 | 234 | 0.13 | 0.05 | 0 | 0.08 | 203.23 | 0.42 | 0.86 |
| Hex | CB | DE | EA | D | 5 | 0 | 8 | CB | 2A | 56 |
| Octal | 313 | 336 | 352 | 15 | 5 | 0 | 10 | 313 | 52 | 126 |
| Binary | 11001011 | 11011110 | 11101010 | 1101 | 101 | 0 | 1000 | 11001011 | 101010 | 1010110 |
Color Harmonies of #CBDEEA
Complementary color
Monochromatic Colors of #CBDEEA
Black with #CBDEEA
Text Example
Text Example
White with #CBDEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDEEA; }
p { color: rgb(203,222,234); }
H1.HeaderClassName
{
color: #CBDEEA;
}
.AnyTagClassName
{
color: #CBDEEA;
}
</style>
background-color css
<style>
a { background-color: #CBDEEA; }
a { background-color: rgb(203,222,234); }
div.DivClassName
{
background-color: #CBDEEA;
}
.BgClassName
{
background-color: #CBDEEA;
}
</style>
border-color css
<style>
span { border-color: #CBDEEA; }
span { border-color: rgb(203,222,234); }
td.TdClassName
{
border-color: #CBDEEA;
}
.TagClassName
{
border-color: #CBDEEA;
}
</style>