Shades of Pattens Blue #CBE1ED
Tints of Pattens Blue #CBE1ED
RGB
CMYK
RGB Variations
Color information
#CBE1ED (or 0xCBE1ED) is known color: Pattens Blue. HEX triplet: CB, E1 and ED. RGB value is (203,225,237). Sum of RGB (Red+Green+Blue) = 203+225+237=665 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.53% from 665); Green value is 225 (88.28% from 255 or 33.83% from 665); Blue value is 237 (92.97% from 255 or 35.64% from 665); Max value from RGB is 237 - color contains mainly: blue. Hex color #CBE1ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBE1ED is #341E12. Grayscale: #DBDBDB. Windows color (decimal): -3415571 or 15589835. OLE color: 15589835.
HSL color Cylindrical-coordinate representation of color #CBE1ED: hue angle of 201.18º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBE1ED is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 203 | 225 | 237 | - |
CMYK | 0.14 | 0.05 | 0 | 0.07 |
HSL | 201.18º | 0.49% | 0.86% | - |
HSV(B) | 201.18º | 0.14% | 0.93% | - |
XYZ | 66.84 | 72.66 | 90.62 | - |
YUV | 219.79 | 137.71 | 116.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 225 | 237 | 0.14 | 0.05 | 0 | 0.07 | 201.18 | 0.49 | 0.86 |
Hex | CB | E1 | ED | E | 5 | 0 | 7 | C9 | 31 | 56 |
Octal | 313 | 341 | 355 | 16 | 5 | 0 | 7 | 311 | 61 | 126 |
Binary | 11001011 | 11100001 | 11101101 | 1110 | 101 | 0 | 111 | 11001001 | 110001 | 1010110 |
Color Harmonies of #CBE1ED
Complementary color
Monochromatic Colors of #CBE1ED
Black with #CBE1ED
Text Example
Text Example
White with #CBE1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE1ED; }
p { color: rgb(203,225,237); }
H1.HeaderClassName
{
color: #CBE1ED;
}
.AnyTagClassName
{
color: #CBE1ED;
}
</style>
background-color css
<style>
a { background-color: #CBE1ED; }
a { background-color: rgb(203,225,237); }
div.DivClassName
{
background-color: #CBE1ED;
}
.BgClassName
{
background-color: #CBE1ED;
}
</style>
border-color css
<style>
span { border-color: #CBE1ED; }
span { border-color: rgb(203,225,237); }
td.TdClassName
{
border-color: #CBE1ED;
}
.TagClassName
{
border-color: #CBE1ED;
}
</style>