Shades of Pattens Blue #CBE6F5
Tints of Pattens Blue #CBE6F5
RGB
CMYK
RGB Variations
Color information
#CBE6F5 (or 0xCBE6F5) is known color: Pattens Blue. HEX triplet: CB, E6 and F5. RGB value is (203,230,245). Sum of RGB (Red+Green+Blue) = 203+230+245=678 (89% of max value = 765). Red value is 203 (79.69% from 255 or 29.94% from 678); Green value is 230 (90.23% from 255 or 33.92% from 678); Blue value is 245 (96.09% from 255 or 36.14% from 678); Max value from RGB is 245 - color contains mainly: blue. Hex color #CBE6F5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBE6F5 is #34190A. Grayscale: #DFDFDF. Windows color (decimal): -3414283 or 16115403. OLE color: 16115403.
HSL color Cylindrical-coordinate representation of color #CBE6F5: hue angle of 201.43º 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 #CBE6F5 is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 230 | 245 | - |
| CMYK | 0.17 | 0.06 | 0 | 0.04 |
| HSL | 201.43º | 0.68% | 0.88% | - |
| HSV(B) | 201.43º | 0.17% | 0.96% | - |
| XYZ | 69.41 | 75.88 | 97.37 | - |
| YUV | 223.64 | 140.05 | 113.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 230 | 245 | 0.17 | 0.06 | 0 | 0.04 | 201.43 | 0.68 | 0.88 |
| Hex | CB | E6 | F5 | 11 | 6 | 0 | 4 | C9 | 44 | 58 |
| Octal | 313 | 346 | 365 | 21 | 6 | 0 | 4 | 311 | 104 | 130 |
| Binary | 11001011 | 11100110 | 11110101 | 10001 | 110 | 0 | 100 | 11001001 | 1000100 | 1011000 |
Color Harmonies of #CBE6F5
Complementary color
Monochromatic Colors of #CBE6F5
Black with #CBE6F5
Text Example
Text Example
White with #CBE6F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE6F5; }
p { color: rgb(203,230,245); }
H1.HeaderClassName
{
color: #CBE6F5;
}
.AnyTagClassName
{
color: #CBE6F5;
}
</style>
background-color css
<style>
a { background-color: #CBE6F5; }
a { background-color: rgb(203,230,245); }
div.DivClassName
{
background-color: #CBE6F5;
}
.BgClassName
{
background-color: #CBE6F5;
}
</style>
border-color css
<style>
span { border-color: #CBE6F5; }
span { border-color: rgb(203,230,245); }
td.TdClassName
{
border-color: #CBE6F5;
}
.TagClassName
{
border-color: #CBE6F5;
}
</style>