Shades of Pattens Blue #CBE3F9
Tints of Pattens Blue #CBE3F9
RGB
CMYK
RGB Variations
Color information
#CBE3F9 (or 0xCBE3F9) is known color: Pattens Blue. HEX triplet: CB, E3 and F9. RGB value is (203,227,249). Sum of RGB (Red+Green+Blue) = 203+227+249=679 (89% of max value = 765). Red value is 203 (79.69% from 255 or 29.90% from 679); Green value is 227 (89.06% from 255 or 33.43% from 679); Blue value is 249 (97.66% from 255 or 36.67% from 679); Max value from RGB is 249 - color contains mainly: blue. Hex color #CBE3F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBE3F9 is #341C06. Grayscale: #DEDEDE. Windows color (decimal): -3415047 or 16376779. OLE color: 16376779.
HSL color Cylindrical-coordinate representation of color #CBE3F9: hue angle of 208.7º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBE3F9 is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 227 | 249 | - |
| CMYK | 0.18 | 0.09 | 0 | 0.02 |
| HSL | 208.7º | 0.79% | 0.89% | - |
| HSV(B) | 208.7º | 0.18% | 0.98% | - |
| XYZ | 69.2 | 74.47 | 100.35 | - |
| YUV | 222.33 | 143.05 | 114.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 227 | 249 | 0.18 | 0.09 | 0 | 0.02 | 208.7 | 0.79 | 0.89 |
| Hex | CB | E3 | F9 | 12 | 9 | 0 | 2 | D1 | 4F | 59 |
| Octal | 313 | 343 | 371 | 22 | 11 | 0 | 2 | 321 | 117 | 131 |
| Binary | 11001011 | 11100011 | 11111001 | 10010 | 1001 | 0 | 10 | 11010001 | 1001111 | 1011001 |
Color Harmonies of #CBE3F9
Complementary color
Monochromatic Colors of #CBE3F9
Black with #CBE3F9
Text Example
Text Example
White with #CBE3F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE3F9; }
p { color: rgb(203,227,249); }
H1.HeaderClassName
{
color: #CBE3F9;
}
.AnyTagClassName
{
color: #CBE3F9;
}
</style>
background-color css
<style>
a { background-color: #CBE3F9; }
a { background-color: rgb(203,227,249); }
div.DivClassName
{
background-color: #CBE3F9;
}
.BgClassName
{
background-color: #CBE3F9;
}
</style>
border-color css
<style>
span { border-color: #CBE3F9; }
span { border-color: rgb(203,227,249); }
td.TdClassName
{
border-color: #CBE3F9;
}
.TagClassName
{
border-color: #CBE3F9;
}
</style>