Shades of Pattens Blue #CBE5FD
Tints of Pattens Blue #CBE5FD
RGB
CMYK
RGB Variations
Color information
#CBE5FD (or 0xCBE5FD) is known color: Pattens Blue. HEX triplet: CB, E5 and FD. RGB value is (203,229,253). Sum of RGB (Red+Green+Blue) = 203+229+253=685 (90% of max value = 765). Red value is 203 (79.69% from 255 or 29.64% from 685); Green value is 229 (89.84% from 255 or 33.43% from 685); Blue value is 253 (99.22% from 255 or 36.93% from 685); Max value from RGB is 253 - color contains mainly: blue. Hex color #CBE5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBE5FD is #341A02. Grayscale: #DFDFDF. Windows color (decimal): -3414531 or 16639435. OLE color: 16639435.
HSL color Cylindrical-coordinate representation of color #CBE5FD: hue angle of 208.8º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBE5FD is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 229 | 253 | - |
| CMYK | 0.20 | 0.09 | 0 | 0.01 |
| HSL | 208.8º | 0.93% | 0.89% | - |
| HSV(B) | 208.8º | 0.2% | 0.99% | - |
| XYZ | 70.38 | 75.83 | 103.86 | - |
| YUV | 223.96 | 144.39 | 113.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 229 | 253 | 0.20 | 0.09 | 0 | 0.01 | 208.8 | 0.93 | 0.89 |
| Hex | CB | E5 | FD | 14 | 9 | 0 | 1 | D1 | 5D | 59 |
| Octal | 313 | 345 | 375 | 24 | 11 | 0 | 1 | 321 | 135 | 131 |
| Binary | 11001011 | 11100101 | 11111101 | 10100 | 1001 | 0 | 1 | 11010001 | 1011101 | 1011001 |
Color Harmonies of #CBE5FD
Complementary color
Monochromatic Colors of #CBE5FD
Black with #CBE5FD
Text Example
Text Example
White with #CBE5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE5FD; }
p { color: rgb(203,229,253); }
H1.HeaderClassName
{
color: #CBE5FD;
}
.AnyTagClassName
{
color: #CBE5FD;
}
</style>
background-color css
<style>
a { background-color: #CBE5FD; }
a { background-color: rgb(203,229,253); }
div.DivClassName
{
background-color: #CBE5FD;
}
.BgClassName
{
background-color: #CBE5FD;
}
</style>
border-color css
<style>
span { border-color: #CBE5FD; }
span { border-color: rgb(203,229,253); }
td.TdClassName
{
border-color: #CBE5FD;
}
.TagClassName
{
border-color: #CBE5FD;
}
</style>