Shades of Pattens Blue #CBEBFC
Tints of Pattens Blue #CBEBFC
RGB
CMYK
RGB Variations
Color information
#CBEBFC (or 0xCBEBFC) is known color: Pattens Blue. HEX triplet: CB, EB and FC. RGB value is (203,235,252). Sum of RGB (Red+Green+Blue) = 203+235+252=690 (91% of max value = 765). Red value is 203 (79.69% from 255 or 29.42% from 690); Green value is 235 (92.19% from 255 or 34.06% from 690); Blue value is 252 (98.83% from 255 or 36.52% from 690); Max value from RGB is 252 - color contains mainly: blue. Hex color #CBEBFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBEBFC is #341403. Grayscale: #E3E3E3. Windows color (decimal): -3412996 or 16575435. OLE color: 16575435.
HSL color Cylindrical-coordinate representation of color #CBEBFC: hue angle of 200.82º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBEBFC is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 235 | 252 | - |
| CMYK | 0.19 | 0.07 | 0 | 0.01 |
| HSL | 200.82º | 0.89% | 0.89% | - |
| HSV(B) | 200.82º | 0.19% | 0.99% | - |
| XYZ | 71.91 | 79.14 | 103.58 | - |
| YUV | 227.37 | 141.9 | 110.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 235 | 252 | 0.19 | 0.07 | 0 | 0.01 | 200.82 | 0.89 | 0.89 |
| Hex | CB | EB | FC | 13 | 7 | 0 | 1 | C9 | 59 | 59 |
| Octal | 313 | 353 | 374 | 23 | 7 | 0 | 1 | 311 | 131 | 131 |
| Binary | 11001011 | 11101011 | 11111100 | 10011 | 111 | 0 | 1 | 11001001 | 1011001 | 1011001 |
Color Harmonies of #CBEBFC
Complementary color
Monochromatic Colors of #CBEBFC
Black with #CBEBFC
Text Example
Text Example
White with #CBEBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEBFC; }
p { color: rgb(203,235,252); }
H1.HeaderClassName
{
color: #CBEBFC;
}
.AnyTagClassName
{
color: #CBEBFC;
}
</style>
background-color css
<style>
a { background-color: #CBEBFC; }
a { background-color: rgb(203,235,252); }
div.DivClassName
{
background-color: #CBEBFC;
}
.BgClassName
{
background-color: #CBEBFC;
}
</style>
border-color css
<style>
span { border-color: #CBEBFC; }
span { border-color: rgb(203,235,252); }
td.TdClassName
{
border-color: #CBEBFC;
}
.TagClassName
{
border-color: #CBEBFC;
}
</style>