Shades of Pattens Blue #CBEBFE
Tints of Pattens Blue #CBEBFE
RGB
CMYK
RGB Variations
Color information
#CBEBFE (or 0xCBEBFE) is known color: Pattens Blue. HEX triplet: CB, EB and FE. RGB value is (203,235,254). Sum of RGB (Red+Green+Blue) = 203+235+254=692 (91% of max value = 765). Red value is 203 (79.69% from 255 or 29.34% from 692); Green value is 235 (92.19% from 255 or 33.96% from 692); Blue value is 254 (99.61% from 255 or 36.71% from 692); Max value from RGB is 254 - color contains mainly: blue. Hex color #CBEBFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBEBFE is #341401. Grayscale: #E3E3E3. Windows color (decimal): -3412994 or 16706507. OLE color: 16706507.
HSL color Cylindrical-coordinate representation of color #CBEBFE: hue angle of 202.35º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBEBFE is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 203 | 235 | 254 | - |
| CMYK | 0.20 | 0.07 | 0 | 0.00 |
| HSL | 202.35º | 0.96% | 0.9% | - |
| HSV(B) | 202.35º | 0.2% | 1% | - |
| XYZ | 72.23 | 79.27 | 105.26 | - |
| YUV | 227.6 | 142.9 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 235 | 254 | 0.20 | 0.07 | 0 | 0.00 | 202.35 | 0.96 | 0.9 |
| Hex | CB | EB | FE | 14 | 7 | 0 | 0 | CA | 60 | 5A |
| Octal | 313 | 353 | 376 | 24 | 7 | 0 | 0 | 312 | 140 | 132 |
| Binary | 11001011 | 11101011 | 11111110 | 10100 | 111 | 0 | 0 | 11001010 | 1100000 | 1011010 |
Color Harmonies of #CBEBFE
Complementary color
Monochromatic Colors of #CBEBFE
Black with #CBEBFE
Text Example
Text Example
White with #CBEBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEBFE; }
p { color: rgb(203,235,254); }
H1.HeaderClassName
{
color: #CBEBFE;
}
.AnyTagClassName
{
color: #CBEBFE;
}
</style>
background-color css
<style>
a { background-color: #CBEBFE; }
a { background-color: rgb(203,235,254); }
div.DivClassName
{
background-color: #CBEBFE;
}
.BgClassName
{
background-color: #CBEBFE;
}
</style>
border-color css
<style>
span { border-color: #CBEBFE; }
span { border-color: rgb(203,235,254); }
td.TdClassName
{
border-color: #CBEBFE;
}
.TagClassName
{
border-color: #CBEBFE;
}
</style>