Shades of Pattens Blue #CBE7F2
Tints of Pattens Blue #CBE7F2
RGB
CMYK
RGB Variations
Color information
#CBE7F2 (or 0xCBE7F2) is known color: Pattens Blue. HEX triplet: CB, E7 and F2. RGB value is (203,231,242). Sum of RGB (Red+Green+Blue) = 203+231+242=676 (89% of max value = 765). Red value is 203 (79.69% from 255 or 30.03% from 676); Green value is 231 (90.62% from 255 or 34.17% from 676); Blue value is 242 (94.92% from 255 or 35.80% from 676); Max value from RGB is 242 - color contains mainly: blue. Hex color #CBE7F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBE7F2 is #34180D. Grayscale: #DFDFDF. Windows color (decimal): -3414030 or 15919051. OLE color: 15919051.
HSL color Cylindrical-coordinate representation of color #CBE7F2: hue angle of 196.92º degrees, saturation: 0.6, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CBE7F2 is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 231 | 242 | - |
| CMYK | 0.16 | 0.05 | 0 | 0.05 |
| HSL | 196.92º | 0.6% | 0.87% | - |
| HSV(B) | 196.92º | 0.16% | 0.95% | - |
| XYZ | 69.23 | 76.26 | 95.08 | - |
| YUV | 223.88 | 138.22 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 231 | 242 | 0.16 | 0.05 | 0 | 0.05 | 196.92 | 0.6 | 0.87 |
| Hex | CB | E7 | F2 | 10 | 5 | 0 | 5 | C5 | 3C | 57 |
| Octal | 313 | 347 | 362 | 20 | 5 | 0 | 5 | 305 | 74 | 127 |
| Binary | 11001011 | 11100111 | 11110010 | 10000 | 101 | 0 | 101 | 11000101 | 111100 | 1010111 |
Color Harmonies of #CBE7F2
Complementary color
Monochromatic Colors of #CBE7F2
Black with #CBE7F2
Text Example
Text Example
White with #CBE7F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE7F2; }
p { color: rgb(203,231,242); }
H1.HeaderClassName
{
color: #CBE7F2;
}
.AnyTagClassName
{
color: #CBE7F2;
}
</style>
background-color css
<style>
a { background-color: #CBE7F2; }
a { background-color: rgb(203,231,242); }
div.DivClassName
{
background-color: #CBE7F2;
}
.BgClassName
{
background-color: #CBE7F2;
}
</style>
border-color css
<style>
span { border-color: #CBE7F2; }
span { border-color: rgb(203,231,242); }
td.TdClassName
{
border-color: #CBE7F2;
}
.TagClassName
{
border-color: #CBE7F2;
}
</style>