Shades of Pattens Blue #CBDFF0
Tints of Pattens Blue #CBDFF0
RGB
CMYK
RGB Variations
Color information
#CBDFF0 (or 0xCBDFF0) is known color: Pattens Blue. HEX triplet: CB, DF and F0. RGB value is (203,223,240). Sum of RGB (Red+Green+Blue) = 203+223+240=666 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.48% from 666); Green value is 223 (87.5% from 255 or 33.48% from 666); Blue value is 240 (94.14% from 255 or 36.04% from 666); Max value from RGB is 240 - color contains mainly: blue. Hex color #CBDFF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBDFF0 is #34200F. Grayscale: #DADADA. Windows color (decimal): -3416080 or 15785931. OLE color: 15785931.
HSL color Cylindrical-coordinate representation of color #CBDFF0: hue angle of 207.57º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBDFF0 is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 223 | 240 | - |
| CMYK | 0.15 | 0.07 | 0 | 0.06 |
| HSL | 207.57º | 0.55% | 0.87% | - |
| HSV(B) | 207.57º | 0.15% | 0.94% | - |
| XYZ | 66.74 | 71.76 | 92.77 | - |
| YUV | 218.96 | 139.87 | 116.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 223 | 240 | 0.15 | 0.07 | 0 | 0.06 | 207.57 | 0.55 | 0.87 |
| Hex | CB | DF | F0 | F | 7 | 0 | 6 | D0 | 37 | 57 |
| Octal | 313 | 337 | 360 | 17 | 7 | 0 | 6 | 320 | 67 | 127 |
| Binary | 11001011 | 11011111 | 11110000 | 1111 | 111 | 0 | 110 | 11010000 | 110111 | 1010111 |
Color Harmonies of #CBDFF0
Complementary color
Monochromatic Colors of #CBDFF0
Black with #CBDFF0
Text Example
Text Example
White with #CBDFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDFF0; }
p { color: rgb(203,223,240); }
H1.HeaderClassName
{
color: #CBDFF0;
}
.AnyTagClassName
{
color: #CBDFF0;
}
</style>
background-color css
<style>
a { background-color: #CBDFF0; }
a { background-color: rgb(203,223,240); }
div.DivClassName
{
background-color: #CBDFF0;
}
.BgClassName
{
background-color: #CBDFF0;
}
</style>
border-color css
<style>
span { border-color: #CBDFF0; }
span { border-color: rgb(203,223,240); }
td.TdClassName
{
border-color: #CBDFF0;
}
.TagClassName
{
border-color: #CBDFF0;
}
</style>