Shades of Pattens Blue #CBE1F0
Tints of Pattens Blue #CBE1F0
RGB
CMYK
RGB Variations
Color information
#CBE1F0 (or 0xCBE1F0) is known color: Pattens Blue. HEX triplet: CB, E1 and F0. RGB value is (203,225,240). Sum of RGB (Red+Green+Blue) = 203+225+240=668 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.39% from 668); Green value is 225 (88.28% from 255 or 33.68% from 668); Blue value is 240 (94.14% from 255 or 35.93% from 668); Max value from RGB is 240 - color contains mainly: blue. Hex color #CBE1F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBE1F0 is #341E0F. Grayscale: #DCDCDC. Windows color (decimal): -3415568 or 15786443. OLE color: 15786443.
HSL color Cylindrical-coordinate representation of color #CBE1F0: hue angle of 204.32º 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 #CBE1F0 is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 225 | 240 | - |
| CMYK | 0.15 | 0.06 | 0 | 0.06 |
| HSL | 204.32º | 0.55% | 0.87% | - |
| HSV(B) | 204.32º | 0.15% | 0.94% | - |
| XYZ | 67.28 | 72.84 | 92.95 | - |
| YUV | 220.13 | 139.21 | 115.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 225 | 240 | 0.15 | 0.06 | 0 | 0.06 | 204.32 | 0.55 | 0.87 |
| Hex | CB | E1 | F0 | F | 6 | 0 | 6 | CC | 37 | 57 |
| Octal | 313 | 341 | 360 | 17 | 6 | 0 | 6 | 314 | 67 | 127 |
| Binary | 11001011 | 11100001 | 11110000 | 1111 | 110 | 0 | 110 | 11001100 | 110111 | 1010111 |
Color Harmonies of #CBE1F0
Complementary color
Monochromatic Colors of #CBE1F0
Black with #CBE1F0
Text Example
Text Example
White with #CBE1F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE1F0; }
p { color: rgb(203,225,240); }
H1.HeaderClassName
{
color: #CBE1F0;
}
.AnyTagClassName
{
color: #CBE1F0;
}
</style>
background-color css
<style>
a { background-color: #CBE1F0; }
a { background-color: rgb(203,225,240); }
div.DivClassName
{
background-color: #CBE1F0;
}
.BgClassName
{
background-color: #CBE1F0;
}
</style>
border-color css
<style>
span { border-color: #CBE1F0; }
span { border-color: rgb(203,225,240); }
td.TdClassName
{
border-color: #CBE1F0;
}
.TagClassName
{
border-color: #CBE1F0;
}
</style>