Shades of Pattens Blue #CBDEF2
Tints of Pattens Blue #CBDEF2
RGB
CMYK
RGB Variations
Color information
#CBDEF2 (or 0xCBDEF2) is known color: Pattens Blue. HEX triplet: CB, DE and F2. RGB value is (203,222,242). Sum of RGB (Red+Green+Blue) = 203+222+242=667 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.43% from 667); Green value is 222 (87.11% from 255 or 33.28% from 667); Blue value is 242 (94.92% from 255 or 36.28% from 667); Max value from RGB is 242 - color contains mainly: blue. Hex color #CBDEF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBDEF2 is #34210D. Grayscale: #DADADA. Windows color (decimal): -3416334 or 15916747. OLE color: 15916747.
HSL color Cylindrical-coordinate representation of color #CBDEF2: hue angle of 210.77º degrees, saturation: 0.6, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CBDEF2 is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 222 | 242 | - |
| CMYK | 0.16 | 0.08 | 0 | 0.05 |
| HSL | 210.77º | 0.6% | 0.87% | - |
| HSV(B) | 210.77º | 0.16% | 0.95% | - |
| XYZ | 66.78 | 71.35 | 94.26 | - |
| YUV | 218.6 | 141.21 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 222 | 242 | 0.16 | 0.08 | 0 | 0.05 | 210.77 | 0.6 | 0.87 |
| Hex | CB | DE | F2 | 10 | 8 | 0 | 5 | D3 | 3C | 57 |
| Octal | 313 | 336 | 362 | 20 | 10 | 0 | 5 | 323 | 74 | 127 |
| Binary | 11001011 | 11011110 | 11110010 | 10000 | 1000 | 0 | 101 | 11010011 | 111100 | 1010111 |
Color Harmonies of #CBDEF2
Complementary color
Monochromatic Colors of #CBDEF2
Black with #CBDEF2
Text Example
Text Example
White with #CBDEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDEF2; }
p { color: rgb(203,222,242); }
H1.HeaderClassName
{
color: #CBDEF2;
}
.AnyTagClassName
{
color: #CBDEF2;
}
</style>
background-color css
<style>
a { background-color: #CBDEF2; }
a { background-color: rgb(203,222,242); }
div.DivClassName
{
background-color: #CBDEF2;
}
.BgClassName
{
background-color: #CBDEF2;
}
</style>
border-color css
<style>
span { border-color: #CBDEF2; }
span { border-color: rgb(203,222,242); }
td.TdClassName
{
border-color: #CBDEF2;
}
.TagClassName
{
border-color: #CBDEF2;
}
</style>