Shades of Pattens Blue #CBE7F5
Tints of Pattens Blue #CBE7F5
RGB
CMYK
RGB Variations
Color information
#CBE7F5 (or 0xCBE7F5) is known color: Pattens Blue. HEX triplet: CB, E7 and F5. RGB value is (203,231,245). Sum of RGB (Red+Green+Blue) = 203+231+245=679 (89% of max value = 765). Red value is 203 (79.69% from 255 or 29.90% from 679); Green value is 231 (90.62% from 255 or 34.02% from 679); Blue value is 245 (96.09% from 255 or 36.08% from 679); Max value from RGB is 245 - color contains mainly: blue. Hex color #CBE7F5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBE7F5 is #34180A. Grayscale: #E0E0E0. Windows color (decimal): -3414027 or 16115659. OLE color: 16115659.
HSL color Cylindrical-coordinate representation of color #CBE7F5: hue angle of 200º degrees, saturation: 0.68, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBE7F5 is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 231 | 245 | - |
| CMYK | 0.17 | 0.06 | 0 | 0.04 |
| HSL | 200º | 0.68% | 0.88% | - |
| HSV(B) | 200º | 0.17% | 0.96% | - |
| XYZ | 69.69 | 76.44 | 97.47 | - |
| YUV | 224.22 | 139.72 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 231 | 245 | 0.17 | 0.06 | 0 | 0.04 | 200 | 0.68 | 0.88 |
| Hex | CB | E7 | F5 | 11 | 6 | 0 | 4 | C8 | 44 | 58 |
| Octal | 313 | 347 | 365 | 21 | 6 | 0 | 4 | 310 | 104 | 130 |
| Binary | 11001011 | 11100111 | 11110101 | 10001 | 110 | 0 | 100 | 11001000 | 1000100 | 1011000 |
Color Harmonies of #CBE7F5
Complementary color
Monochromatic Colors of #CBE7F5
Black with #CBE7F5
Text Example
Text Example
White with #CBE7F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE7F5; }
p { color: rgb(203,231,245); }
H1.HeaderClassName
{
color: #CBE7F5;
}
.AnyTagClassName
{
color: #CBE7F5;
}
</style>
background-color css
<style>
a { background-color: #CBE7F5; }
a { background-color: rgb(203,231,245); }
div.DivClassName
{
background-color: #CBE7F5;
}
.BgClassName
{
background-color: #CBE7F5;
}
</style>
border-color css
<style>
span { border-color: #CBE7F5; }
span { border-color: rgb(203,231,245); }
td.TdClassName
{
border-color: #CBE7F5;
}
.TagClassName
{
border-color: #CBE7F5;
}
</style>