Shades of Pattens Blue #CBE3F0
Tints of Pattens Blue #CBE3F0
RGB
CMYK
RGB Variations
Color information
#CBE3F0 (or 0xCBE3F0) is known color: Pattens Blue. HEX triplet: CB, E3 and F0. RGB value is (203,227,240). Sum of RGB (Red+Green+Blue) = 203+227+240=670 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.30% from 670); Green value is 227 (89.06% from 255 or 33.88% from 670); Blue value is 240 (94.14% from 255 or 35.82% from 670); Max value from RGB is 240 - color contains mainly: blue. Hex color #CBE3F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBE3F0 is #341C0F. Grayscale: #DDDDDD. Windows color (decimal): -3415056 or 15786955. OLE color: 15786955.
HSL color Cylindrical-coordinate representation of color #CBE3F0: hue angle of 201.08º degrees, saturation: 0.55, 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 #CBE3F0 is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 227 | 240 | - |
| CMYK | 0.15 | 0.05 | 0 | 0.06 |
| HSL | 201.08º | 0.55% | 0.87% | - |
| HSV(B) | 201.08º | 0.15% | 0.94% | - |
| XYZ | 67.83 | 73.93 | 93.13 | - |
| YUV | 221.31 | 138.55 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 227 | 240 | 0.15 | 0.05 | 0 | 0.06 | 201.08 | 0.55 | 0.87 |
| Hex | CB | E3 | F0 | F | 5 | 0 | 6 | C9 | 37 | 57 |
| Octal | 313 | 343 | 360 | 17 | 5 | 0 | 6 | 311 | 67 | 127 |
| Binary | 11001011 | 11100011 | 11110000 | 1111 | 101 | 0 | 110 | 11001001 | 110111 | 1010111 |
Color Harmonies of #CBE3F0
Complementary color
Monochromatic Colors of #CBE3F0
Black with #CBE3F0
Text Example
Text Example
White with #CBE3F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE3F0; }
p { color: rgb(203,227,240); }
H1.HeaderClassName
{
color: #CBE3F0;
}
.AnyTagClassName
{
color: #CBE3F0;
}
</style>
background-color css
<style>
a { background-color: #CBE3F0; }
a { background-color: rgb(203,227,240); }
div.DivClassName
{
background-color: #CBE3F0;
}
.BgClassName
{
background-color: #CBE3F0;
}
</style>
border-color css
<style>
span { border-color: #CBE3F0; }
span { border-color: rgb(203,227,240); }
td.TdClassName
{
border-color: #CBE3F0;
}
.TagClassName
{
border-color: #CBE3F0;
}
</style>