Shades of Pattens Blue #CBE8F4
Tints of Pattens Blue #CBE8F4
RGB
CMYK
RGB Variations
Color information
#CBE8F4 (or 0xCBE8F4) is known color: Pattens Blue. HEX triplet: CB, E8 and F4. RGB value is (203,232,244). Sum of RGB (Red+Green+Blue) = 203+232+244=679 (89% of max value = 765). Red value is 203 (79.69% from 255 or 29.90% from 679); Green value is 232 (91.02% from 255 or 34.17% from 679); Blue value is 244 (95.70% from 255 or 35.94% from 679); Max value from RGB is 244 - color contains mainly: blue. Hex color #CBE8F4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBE8F4 is #34170B. Grayscale: #E0E0E0. Windows color (decimal): -3413772 or 16050379. OLE color: 16050379.
HSL color Cylindrical-coordinate representation of color #CBE8F4: hue angle of 197.56º degrees, saturation: 0.65, 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 #CBE8F4 is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 232 | 244 | - |
| CMYK | 0.17 | 0.05 | 0 | 0.04 |
| HSL | 197.56º | 0.65% | 0.88% | - |
| HSV(B) | 197.56º | 0.17% | 0.96% | - |
| XYZ | 69.81 | 76.94 | 96.76 | - |
| YUV | 224.7 | 138.89 | 112.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 232 | 244 | 0.17 | 0.05 | 0 | 0.04 | 197.56 | 0.65 | 0.88 |
| Hex | CB | E8 | F4 | 11 | 5 | 0 | 4 | C6 | 41 | 58 |
| Octal | 313 | 350 | 364 | 21 | 5 | 0 | 4 | 306 | 101 | 130 |
| Binary | 11001011 | 11101000 | 11110100 | 10001 | 101 | 0 | 100 | 11000110 | 1000001 | 1011000 |
Color Harmonies of #CBE8F4
Complementary color
Monochromatic Colors of #CBE8F4
Black with #CBE8F4
Text Example
Text Example
White with #CBE8F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE8F4; }
p { color: rgb(203,232,244); }
H1.HeaderClassName
{
color: #CBE8F4;
}
.AnyTagClassName
{
color: #CBE8F4;
}
</style>
background-color css
<style>
a { background-color: #CBE8F4; }
a { background-color: rgb(203,232,244); }
div.DivClassName
{
background-color: #CBE8F4;
}
.BgClassName
{
background-color: #CBE8F4;
}
</style>
border-color css
<style>
span { border-color: #CBE8F4; }
span { border-color: rgb(203,232,244); }
td.TdClassName
{
border-color: #CBE8F4;
}
.TagClassName
{
border-color: #CBE8F4;
}
</style>