Shades of Pattens Blue #CBE8F3
Tints of Pattens Blue #CBE8F3
RGB
CMYK
RGB Variations
Color information
#CBE8F3 (or 0xCBE8F3) is known color: Pattens Blue. HEX triplet: CB, E8 and F3. RGB value is (203,232,243). Sum of RGB (Red+Green+Blue) = 203+232+243=678 (89% of max value = 765). Red value is 203 (79.69% from 255 or 29.94% from 678); Green value is 232 (91.02% from 255 or 34.22% from 678); Blue value is 243 (95.31% from 255 or 35.84% from 678); Max value from RGB is 243 - color contains mainly: blue. Hex color #CBE8F3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBE8F3 is #34170C. Grayscale: #E0E0E0. Windows color (decimal): -3413773 or 15984843. OLE color: 15984843.
HSL color Cylindrical-coordinate representation of color #CBE8F3: hue angle of 196.5º degrees, saturation: 0.62, 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 #CBE8F3 is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 232 | 243 | - |
| CMYK | 0.16 | 0.05 | 0 | 0.05 |
| HSL | 196.5º | 0.63% | 0.87% | - |
| HSV(B) | 196.5º | 0.16% | 0.95% | - |
| XYZ | 69.66 | 76.88 | 95.96 | - |
| YUV | 224.58 | 138.39 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 232 | 243 | 0.16 | 0.05 | 0 | 0.05 | 196.5 | 0.63 | 0.87 |
| Hex | CB | E8 | F3 | 10 | 5 | 0 | 5 | C4 | 3E | 57 |
| Octal | 313 | 350 | 363 | 20 | 5 | 0 | 5 | 304 | 76 | 127 |
| Binary | 11001011 | 11101000 | 11110011 | 10000 | 101 | 0 | 101 | 11000100 | 111110 | 1010111 |
Color Harmonies of #CBE8F3
Complementary color
Monochromatic Colors of #CBE8F3
Black with #CBE8F3
Text Example
Text Example
White with #CBE8F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE8F3; }
p { color: rgb(203,232,243); }
H1.HeaderClassName
{
color: #CBE8F3;
}
.AnyTagClassName
{
color: #CBE8F3;
}
</style>
background-color css
<style>
a { background-color: #CBE8F3; }
a { background-color: rgb(203,232,243); }
div.DivClassName
{
background-color: #CBE8F3;
}
.BgClassName
{
background-color: #CBE8F3;
}
</style>
border-color css
<style>
span { border-color: #CBE8F3; }
span { border-color: rgb(203,232,243); }
td.TdClassName
{
border-color: #CBE8F3;
}
.TagClassName
{
border-color: #CBE8F3;
}
</style>