Shades of Pattens Blue #CBE0F3
Tints of Pattens Blue #CBE0F3
RGB
CMYK
RGB Variations
Color information
#CBE0F3 (or 0xCBE0F3) is known color: Pattens Blue. HEX triplet: CB, E0 and F3. RGB value is (203,224,243). Sum of RGB (Red+Green+Blue) = 203+224+243=670 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.30% from 670); Green value is 224 (87.89% from 255 or 33.43% from 670); Blue value is 243 (95.31% from 255 or 36.27% from 670); Max value from RGB is 243 - color contains mainly: blue. Hex color #CBE0F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBE0F3 is #341F0C. Grayscale: #DBDBDB. Windows color (decimal): -3415821 or 15982795. OLE color: 15982795.
HSL color Cylindrical-coordinate representation of color #CBE0F3: hue angle of 208.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 #CBE0F3 is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 224 | 243 | - |
| CMYK | 0.16 | 0.08 | 0 | 0.05 |
| HSL | 208.5º | 0.63% | 0.87% | - |
| HSV(B) | 208.5º | 0.16% | 0.95% | - |
| XYZ | 67.46 | 72.48 | 95.23 | - |
| YUV | 219.89 | 141.04 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 224 | 243 | 0.16 | 0.08 | 0 | 0.05 | 208.5 | 0.63 | 0.87 |
| Hex | CB | E0 | F3 | 10 | 8 | 0 | 5 | D0 | 3E | 57 |
| Octal | 313 | 340 | 363 | 20 | 10 | 0 | 5 | 320 | 76 | 127 |
| Binary | 11001011 | 11100000 | 11110011 | 10000 | 1000 | 0 | 101 | 11010000 | 111110 | 1010111 |
Color Harmonies of #CBE0F3
Complementary color
Monochromatic Colors of #CBE0F3
Black with #CBE0F3
Text Example
Text Example
White with #CBE0F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE0F3; }
p { color: rgb(203,224,243); }
H1.HeaderClassName
{
color: #CBE0F3;
}
.AnyTagClassName
{
color: #CBE0F3;
}
</style>
background-color css
<style>
a { background-color: #CBE0F3; }
a { background-color: rgb(203,224,243); }
div.DivClassName
{
background-color: #CBE0F3;
}
.BgClassName
{
background-color: #CBE0F3;
}
</style>
border-color css
<style>
span { border-color: #CBE0F3; }
span { border-color: rgb(203,224,243); }
td.TdClassName
{
border-color: #CBE0F3;
}
.TagClassName
{
border-color: #CBE0F3;
}
</style>