Shades of Pattens Blue #CBE5FF
Tints of Pattens Blue #CBE5FF
RGB
CMYK
RGB Variations
Color information
#CBE5FF (or 0xCBE5FF) is known color: Pattens Blue. HEX triplet: CB, E5 and FF. RGB value is (203,229,255). Sum of RGB (Red+Green+Blue) = 203+229+255=687 (90% of max value = 765). Red value is 203 (79.69% from 255 or 29.55% from 687); Green value is 229 (89.84% from 255 or 33.33% from 687); Blue value is 255 (100% from 255 or 37.12% from 687); Max value from RGB is 255 - color contains mainly: blue. Hex color #CBE5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBE5FF is #341A00. Grayscale: #E0E0E0. Windows color (decimal): -3414529 or 16770507. OLE color: 16770507.
HSL color Cylindrical-coordinate representation of color #CBE5FF: hue angle of 210º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBE5FF is Cyan = 0.20, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 229 | 255 | - |
| CMYK | 0.20 | 0.10 | 0 | 0 |
| HSL | 210º | 1% | 0.9% | - |
| HSV(B) | 210º | 0.2% | 1% | - |
| XYZ | 70.7 | 75.96 | 105.54 | - |
| YUV | 224.19 | 145.39 | 112.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 229 | 255 | 0.20 | 0.10 | 0 | 0 | 210 | 1 | 0.9 |
| Hex | CB | E5 | FF | 14 | A | 0 | 0 | D2 | 64 | 5A |
| Octal | 313 | 345 | 377 | 24 | 12 | 0 | 0 | 322 | 144 | 132 |
| Binary | 11001011 | 11100101 | 11111111 | 10100 | 1010 | 0 | 0 | 11010010 | 1100100 | 1011010 |
Color Harmonies of #CBE5FF
Complementary color
Monochromatic Colors of #CBE5FF
Black with #CBE5FF
Text Example
Text Example
White with #CBE5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE5FF; }
p { color: rgb(203,229,255); }
H1.HeaderClassName
{
color: #CBE5FF;
}
.AnyTagClassName
{
color: #CBE5FF;
}
</style>
background-color css
<style>
a { background-color: #CBE5FF; }
a { background-color: rgb(203,229,255); }
div.DivClassName
{
background-color: #CBE5FF;
}
.BgClassName
{
background-color: #CBE5FF;
}
</style>
border-color css
<style>
span { border-color: #CBE5FF; }
span { border-color: rgb(203,229,255); }
td.TdClassName
{
border-color: #CBE5FF;
}
.TagClassName
{
border-color: #CBE5FF;
}
</style>