Shades of Pattens Blue #CBE9FE
Tints of Pattens Blue #CBE9FE
RGB
CMYK
RGB Variations
Color information
#CBE9FE (or 0xCBE9FE) is known color: Pattens Blue. HEX triplet: CB, E9 and FE. RGB value is (203,233,254). Sum of RGB (Red+Green+Blue) = 203+233+254=690 (91% of max value = 765). Red value is 203 (79.69% from 255 or 29.42% from 690); Green value is 233 (91.41% from 255 or 33.77% from 690); Blue value is 254 (99.61% from 255 or 36.81% from 690); Max value from RGB is 254 - color contains mainly: blue. Hex color #CBE9FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBE9FE is #341601. Grayscale: #E2E2E2. Windows color (decimal): -3413506 or 16705995. OLE color: 16705995.
HSL color Cylindrical-coordinate representation of color #CBE9FE: hue angle of 204.71º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBE9FE is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 203 | 233 | 254 | - |
| CMYK | 0.20 | 0.08 | 0 | 0.00 |
| HSL | 204.71º | 0.96% | 0.9% | - |
| HSV(B) | 204.71º | 0.2% | 1% | - |
| XYZ | 71.66 | 78.13 | 105.07 | - |
| YUV | 226.42 | 143.56 | 111.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 233 | 254 | 0.20 | 0.08 | 0 | 0.00 | 204.71 | 0.96 | 0.9 |
| Hex | CB | E9 | FE | 14 | 8 | 0 | 0 | CD | 60 | 5A |
| Octal | 313 | 351 | 376 | 24 | 10 | 0 | 0 | 315 | 140 | 132 |
| Binary | 11001011 | 11101001 | 11111110 | 10100 | 1000 | 0 | 0 | 11001101 | 1100000 | 1011010 |
Color Harmonies of #CBE9FE
Complementary color
Monochromatic Colors of #CBE9FE
Black with #CBE9FE
Text Example
Text Example
White with #CBE9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE9FE; }
p { color: rgb(203,233,254); }
H1.HeaderClassName
{
color: #CBE9FE;
}
.AnyTagClassName
{
color: #CBE9FE;
}
</style>
background-color css
<style>
a { background-color: #CBE9FE; }
a { background-color: rgb(203,233,254); }
div.DivClassName
{
background-color: #CBE9FE;
}
.BgClassName
{
background-color: #CBE9FE;
}
</style>
border-color css
<style>
span { border-color: #CBE9FE; }
span { border-color: rgb(203,233,254); }
td.TdClassName
{
border-color: #CBE9FE;
}
.TagClassName
{
border-color: #CBE9FE;
}
</style>