Shades of Pattens Blue #CBECFD
Tints of Pattens Blue #CBECFD
RGB
CMYK
RGB Variations
Color information
#CBECFD (or 0xCBECFD) is known color: Pattens Blue. HEX triplet: CB, EC and FD. RGB value is (203,236,253). Sum of RGB (Red+Green+Blue) = 203+236+253=692 (91% of max value = 765). Red value is 203 (79.69% from 255 or 29.34% from 692); Green value is 236 (92.58% from 255 or 34.10% from 692); Blue value is 253 (99.22% from 255 or 36.56% from 692); Max value from RGB is 253 - color contains mainly: blue. Hex color #CBECFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBECFD is #341302. Grayscale: #E3E3E3. Windows color (decimal): -3412739 or 16641227. OLE color: 16641227.
HSL color Cylindrical-coordinate representation of color #CBECFD: hue angle of 200.4º 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 #CBECFD is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 236 | 253 | - |
| CMYK | 0.20 | 0.07 | 0 | 0.01 |
| HSL | 200.4º | 0.93% | 0.89% | - |
| HSV(B) | 200.4º | 0.2% | 0.99% | - |
| XYZ | 72.35 | 79.78 | 104.51 | - |
| YUV | 228.07 | 142.07 | 110.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 236 | 253 | 0.20 | 0.07 | 0 | 0.01 | 200.4 | 0.93 | 0.89 |
| Hex | CB | EC | FD | 14 | 7 | 0 | 1 | C8 | 5D | 59 |
| Octal | 313 | 354 | 375 | 24 | 7 | 0 | 1 | 310 | 135 | 131 |
| Binary | 11001011 | 11101100 | 11111101 | 10100 | 111 | 0 | 1 | 11001000 | 1011101 | 1011001 |
Color Harmonies of #CBECFD
Complementary color
Monochromatic Colors of #CBECFD
Black with #CBECFD
Text Example
Text Example
White with #CBECFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBECFD; }
p { color: rgb(203,236,253); }
H1.HeaderClassName
{
color: #CBECFD;
}
.AnyTagClassName
{
color: #CBECFD;
}
</style>
background-color css
<style>
a { background-color: #CBECFD; }
a { background-color: rgb(203,236,253); }
div.DivClassName
{
background-color: #CBECFD;
}
.BgClassName
{
background-color: #CBECFD;
}
</style>
border-color css
<style>
span { border-color: #CBECFD; }
span { border-color: rgb(203,236,253); }
td.TdClassName
{
border-color: #CBECFD;
}
.TagClassName
{
border-color: #CBECFD;
}
</style>