Shades of Pattens Blue #CBE0F0
Tints of Pattens Blue #CBE0F0
RGB
CMYK
RGB Variations
Color information
#CBE0F0 (or 0xCBE0F0) is known color: Pattens Blue. HEX triplet: CB, E0 and F0. RGB value is (203,224,240). Sum of RGB (Red+Green+Blue) = 203+224+240=667 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.43% from 667); Green value is 224 (87.89% from 255 or 33.58% from 667); Blue value is 240 (94.14% from 255 or 35.98% from 667); Max value from RGB is 240 - color contains mainly: blue. Hex color #CBE0F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBE0F0 is #341F0F. Grayscale: #DBDBDB. Windows color (decimal): -3415824 or 15786187. OLE color: 15786187.
HSL color Cylindrical-coordinate representation of color #CBE0F0: hue angle of 205.95º 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 #CBE0F0 is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 224 | 240 | - |
| CMYK | 0.15 | 0.07 | 0 | 0.06 |
| HSL | 205.95º | 0.55% | 0.87% | - |
| HSV(B) | 205.95º | 0.15% | 0.94% | - |
| XYZ | 67.01 | 72.3 | 92.86 | - |
| YUV | 219.55 | 139.54 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 224 | 240 | 0.15 | 0.07 | 0 | 0.06 | 205.95 | 0.55 | 0.87 |
| Hex | CB | E0 | F0 | F | 7 | 0 | 6 | CE | 37 | 57 |
| Octal | 313 | 340 | 360 | 17 | 7 | 0 | 6 | 316 | 67 | 127 |
| Binary | 11001011 | 11100000 | 11110000 | 1111 | 111 | 0 | 110 | 11001110 | 110111 | 1010111 |
Color Harmonies of #CBE0F0
Complementary color
Monochromatic Colors of #CBE0F0
Black with #CBE0F0
Text Example
Text Example
White with #CBE0F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE0F0; }
p { color: rgb(203,224,240); }
H1.HeaderClassName
{
color: #CBE0F0;
}
.AnyTagClassName
{
color: #CBE0F0;
}
</style>
background-color css
<style>
a { background-color: #CBE0F0; }
a { background-color: rgb(203,224,240); }
div.DivClassName
{
background-color: #CBE0F0;
}
.BgClassName
{
background-color: #CBE0F0;
}
</style>
border-color css
<style>
span { border-color: #CBE0F0; }
span { border-color: rgb(203,224,240); }
td.TdClassName
{
border-color: #CBE0F0;
}
.TagClassName
{
border-color: #CBE0F0;
}
</style>