Shades of Pattens Blue #CBE3F4
Tints of Pattens Blue #CBE3F4
RGB
CMYK
RGB Variations
Color information
#CBE3F4 (or 0xCBE3F4) is known color: Pattens Blue. HEX triplet: CB, E3 and F4. RGB value is (203,227,244). Sum of RGB (Red+Green+Blue) = 203+227+244=674 (89% of max value = 765). Red value is 203 (79.69% from 255 or 30.12% from 674); Green value is 227 (89.06% from 255 or 33.68% from 674); Blue value is 244 (95.70% from 255 or 36.20% from 674); Max value from RGB is 244 - color contains mainly: blue. Hex color #CBE3F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBE3F4 is #341C0B. Grayscale: #DDDDDD. Windows color (decimal): -3415052 or 16049099. OLE color: 16049099.
HSL color Cylindrical-coordinate representation of color #CBE3F4: hue angle of 204.88º 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 #CBE3F4 is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 227 | 244 | - |
| CMYK | 0.17 | 0.07 | 0 | 0.04 |
| HSL | 204.88º | 0.65% | 0.88% | - |
| HSV(B) | 204.88º | 0.17% | 0.96% | - |
| XYZ | 68.43 | 74.17 | 96.3 | - |
| YUV | 221.76 | 140.55 | 114.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 227 | 244 | 0.17 | 0.07 | 0 | 0.04 | 204.88 | 0.65 | 0.88 |
| Hex | CB | E3 | F4 | 11 | 7 | 0 | 4 | CD | 41 | 58 |
| Octal | 313 | 343 | 364 | 21 | 7 | 0 | 4 | 315 | 101 | 130 |
| Binary | 11001011 | 11100011 | 11110100 | 10001 | 111 | 0 | 100 | 11001101 | 1000001 | 1011000 |
Color Harmonies of #CBE3F4
Complementary color
Monochromatic Colors of #CBE3F4
Black with #CBE3F4
Text Example
Text Example
White with #CBE3F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE3F4; }
p { color: rgb(203,227,244); }
H1.HeaderClassName
{
color: #CBE3F4;
}
.AnyTagClassName
{
color: #CBE3F4;
}
</style>
background-color css
<style>
a { background-color: #CBE3F4; }
a { background-color: rgb(203,227,244); }
div.DivClassName
{
background-color: #CBE3F4;
}
.BgClassName
{
background-color: #CBE3F4;
}
</style>
border-color css
<style>
span { border-color: #CBE3F4; }
span { border-color: rgb(203,227,244); }
td.TdClassName
{
border-color: #CBE3F4;
}
.TagClassName
{
border-color: #CBE3F4;
}
</style>