Shades of Pattens Blue #CBE5F5
Tints of Pattens Blue #CBE5F5
RGB
CMYK
RGB Variations
Color information
#CBE5F5 (or 0xCBE5F5) is known color: Pattens Blue. HEX triplet: CB, E5 and F5. RGB value is (203,229,245). Sum of RGB (Red+Green+Blue) = 203+229+245=677 (89% of max value = 765). Red value is 203 (79.69% from 255 or 29.99% from 677); Green value is 229 (89.84% from 255 or 33.83% from 677); Blue value is 245 (96.09% from 255 or 36.19% from 677); Max value from RGB is 245 - color contains mainly: blue. Hex color #CBE5F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBE5F5 is #341A0A. Grayscale: #DEDEDE. Windows color (decimal): -3414539 or 16115147. OLE color: 16115147.
HSL color Cylindrical-coordinate representation of color #CBE5F5: hue angle of 202.86º degrees, saturation: 0.68, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBE5F5 is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 229 | 245 | - |
| CMYK | 0.17 | 0.07 | 0 | 0.04 |
| HSL | 202.86º | 0.68% | 0.88% | - |
| HSV(B) | 202.86º | 0.17% | 0.96% | - |
| XYZ | 69.13 | 75.33 | 97.28 | - |
| YUV | 223.05 | 140.39 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 229 | 245 | 0.17 | 0.07 | 0 | 0.04 | 202.86 | 0.68 | 0.88 |
| Hex | CB | E5 | F5 | 11 | 7 | 0 | 4 | CB | 44 | 58 |
| Octal | 313 | 345 | 365 | 21 | 7 | 0 | 4 | 313 | 104 | 130 |
| Binary | 11001011 | 11100101 | 11110101 | 10001 | 111 | 0 | 100 | 11001011 | 1000100 | 1011000 |
Color Harmonies of #CBE5F5
Complementary color
Monochromatic Colors of #CBE5F5
Black with #CBE5F5
Text Example
Text Example
White with #CBE5F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE5F5; }
p { color: rgb(203,229,245); }
H1.HeaderClassName
{
color: #CBE5F5;
}
.AnyTagClassName
{
color: #CBE5F5;
}
</style>
background-color css
<style>
a { background-color: #CBE5F5; }
a { background-color: rgb(203,229,245); }
div.DivClassName
{
background-color: #CBE5F5;
}
.BgClassName
{
background-color: #CBE5F5;
}
</style>
border-color css
<style>
span { border-color: #CBE5F5; }
span { border-color: rgb(203,229,245); }
td.TdClassName
{
border-color: #CBE5F5;
}
.TagClassName
{
border-color: #CBE5F5;
}
</style>