Shades of Pattens Blue #CBECFF
Tints of Pattens Blue #CBECFF
RGB
CMYK
RGB Variations
Color information
#CBECFF (or 0xCBECFF) is known color: Pattens Blue. HEX triplet: CB, EC and FF. RGB value is (203,236,255). Sum of RGB (Red+Green+Blue) = 203+236+255=694 (91% of max value = 765). Red value is 203 (79.69% from 255 or 29.25% from 694); Green value is 236 (92.58% from 255 or 34.01% from 694); Blue value is 255 (100% from 255 or 36.74% from 694); Max value from RGB is 255 - color contains mainly: blue. Hex color #CBECFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBECFF is #341300. Grayscale: #E4E4E4. Windows color (decimal): -3412737 or 16772299. OLE color: 16772299.
HSL color Cylindrical-coordinate representation of color #CBECFF: hue angle of 201.92º 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 #CBECFF is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 236 | 255 | - |
| CMYK | 0.20 | 0.07 | 0 | 0 |
| HSL | 201.92º | 1% | 0.9% | - |
| HSV(B) | 201.92º | 0.2% | 1% | - |
| XYZ | 72.67 | 79.91 | 106.2 | - |
| YUV | 228.3 | 143.07 | 109.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 236 | 255 | 0.20 | 0.07 | 0 | 0 | 201.92 | 1 | 0.9 |
| Hex | CB | EC | FF | 14 | 7 | 0 | 0 | CA | 64 | 5A |
| Octal | 313 | 354 | 377 | 24 | 7 | 0 | 0 | 312 | 144 | 132 |
| Binary | 11001011 | 11101100 | 11111111 | 10100 | 111 | 0 | 0 | 11001010 | 1100100 | 1011010 |
Color Harmonies of #CBECFF
Complementary color
Monochromatic Colors of #CBECFF
Black with #CBECFF
Text Example
Text Example
White with #CBECFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBECFF; }
p { color: rgb(203,236,255); }
H1.HeaderClassName
{
color: #CBECFF;
}
.AnyTagClassName
{
color: #CBECFF;
}
</style>
background-color css
<style>
a { background-color: #CBECFF; }
a { background-color: rgb(203,236,255); }
div.DivClassName
{
background-color: #CBECFF;
}
.BgClassName
{
background-color: #CBECFF;
}
</style>
border-color css
<style>
span { border-color: #CBECFF; }
span { border-color: rgb(203,236,255); }
td.TdClassName
{
border-color: #CBECFF;
}
.TagClassName
{
border-color: #CBECFF;
}
</style>