Shades of Pattens Blue #CBE6FE
Tints of Pattens Blue #CBE6FE
RGB
CMYK
RGB Variations
Color information
#CBE6FE (or 0xCBE6FE) is known color: Pattens Blue. HEX triplet: CB, E6 and FE. RGB value is (203,230,254). Sum of RGB (Red+Green+Blue) = 203+230+254=687 (90% of max value = 765). Red value is 203 (79.69% from 255 or 29.55% from 687); Green value is 230 (90.23% from 255 or 33.48% from 687); Blue value is 254 (99.61% from 255 or 36.97% from 687); Max value from RGB is 254 - color contains mainly: blue. Hex color #CBE6FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBE6FE is #341901. Grayscale: #E0E0E0. Windows color (decimal): -3414274 or 16705227. OLE color: 16705227.
HSL color Cylindrical-coordinate representation of color #CBE6FE: hue angle of 208.24º 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 #CBE6FE is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 203 | 230 | 254 | - |
| CMYK | 0.20 | 0.09 | 0 | 0.00 |
| HSL | 208.24º | 0.96% | 0.9% | - |
| HSV(B) | 208.24º | 0.2% | 1% | - |
| XYZ | 70.81 | 76.45 | 104.79 | - |
| YUV | 224.66 | 144.55 | 112.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 230 | 254 | 0.20 | 0.09 | 0 | 0.00 | 208.24 | 0.96 | 0.9 |
| Hex | CB | E6 | FE | 14 | 9 | 0 | 0 | D0 | 60 | 5A |
| Octal | 313 | 346 | 376 | 24 | 11 | 0 | 0 | 320 | 140 | 132 |
| Binary | 11001011 | 11100110 | 11111110 | 10100 | 1001 | 0 | 0 | 11010000 | 1100000 | 1011010 |
Color Harmonies of #CBE6FE
Complementary color
Monochromatic Colors of #CBE6FE
Black with #CBE6FE
Text Example
Text Example
White with #CBE6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE6FE; }
p { color: rgb(203,230,254); }
H1.HeaderClassName
{
color: #CBE6FE;
}
.AnyTagClassName
{
color: #CBE6FE;
}
</style>
background-color css
<style>
a { background-color: #CBE6FE; }
a { background-color: rgb(203,230,254); }
div.DivClassName
{
background-color: #CBE6FE;
}
.BgClassName
{
background-color: #CBE6FE;
}
</style>
border-color css
<style>
span { border-color: #CBE6FE; }
span { border-color: rgb(203,230,254); }
td.TdClassName
{
border-color: #CBE6FE;
}
.TagClassName
{
border-color: #CBE6FE;
}
</style>