Shades of Pattens Blue #CBE5EE
Tints of Pattens Blue #CBE5EE
RGB
CMYK
RGB Variations
Color information
#CBE5EE (or 0xCBE5EE) is known color: Pattens Blue. HEX triplet: CB, E5 and EE. RGB value is (203,229,238). Sum of RGB (Red+Green+Blue) = 203+229+238=670 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.30% from 670); Green value is 229 (89.84% from 255 or 34.18% from 670); Blue value is 238 (93.36% from 255 or 35.52% from 670); Max value from RGB is 238 - color contains mainly: blue. Hex color #CBE5EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBE5EE is #341A11. Grayscale: #DEDEDE. Windows color (decimal): -3414546 or 15656395. OLE color: 15656395.
HSL color Cylindrical-coordinate representation of color #CBE5EE: hue angle of 195.43º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBE5EE is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 229 | 238 | - |
| CMYK | 0.15 | 0.04 | 0 | 0.07 |
| HSL | 195.43º | 0.51% | 0.86% | - |
| HSV(B) | 195.43º | 0.15% | 0.93% | - |
| XYZ | 68.08 | 74.91 | 91.76 | - |
| YUV | 222.25 | 136.89 | 114.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 229 | 238 | 0.15 | 0.04 | 0 | 0.07 | 195.43 | 0.51 | 0.86 |
| Hex | CB | E5 | EE | F | 4 | 0 | 7 | C3 | 33 | 56 |
| Octal | 313 | 345 | 356 | 17 | 4 | 0 | 7 | 303 | 63 | 126 |
| Binary | 11001011 | 11100101 | 11101110 | 1111 | 100 | 0 | 111 | 11000011 | 110011 | 1010110 |
Color Harmonies of #CBE5EE
Complementary color
Monochromatic Colors of #CBE5EE
Black with #CBE5EE
Text Example
Text Example
White with #CBE5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE5EE; }
p { color: rgb(203,229,238); }
H1.HeaderClassName
{
color: #CBE5EE;
}
.AnyTagClassName
{
color: #CBE5EE;
}
</style>
background-color css
<style>
a { background-color: #CBE5EE; }
a { background-color: rgb(203,229,238); }
div.DivClassName
{
background-color: #CBE5EE;
}
.BgClassName
{
background-color: #CBE5EE;
}
</style>
border-color css
<style>
span { border-color: #CBE5EE; }
span { border-color: rgb(203,229,238); }
td.TdClassName
{
border-color: #CBE5EE;
}
.TagClassName
{
border-color: #CBE5EE;
}
</style>