Shades of Pattens Blue #C4DEFB
Tints of Pattens Blue #C4DEFB
RGB
CMYK
RGB Variations
Color information
#C4DEFB (or 0xC4DEFB) is known color: Pattens Blue. HEX triplet: C4, DE and FB. RGB value is (196,222,251). Sum of RGB (Red+Green+Blue) = 196+222+251=669 (88% of max value = 765). Red value is 196 (76.95% from 255 or 29.30% from 669); Green value is 222 (87.11% from 255 or 33.18% from 669); Blue value is 251 (98.44% from 255 or 37.52% from 669); Max value from RGB is 251 - color contains mainly: blue. Hex color #C4DEFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4DEFB is #3B2104. Grayscale: #D9D9D9. Windows color (decimal): -3875077 or 16506564. OLE color: 16506564.
HSL color Cylindrical-coordinate representation of color #C4DEFB: hue angle of 211.64º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C4DEFB is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 222 | 251 | - |
| CMYK | 0.22 | 0.12 | 0 | 0.02 |
| HSL | 211.64º | 0.87% | 0.88% | - |
| HSV(B) | 211.64º | 0.22% | 0.98% | - |
| XYZ | 66.3 | 70.94 | 101.47 | - |
| YUV | 217.53 | 146.89 | 112.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 222 | 251 | 0.22 | 0.12 | 0 | 0.02 | 211.64 | 0.87 | 0.88 |
| Hex | C4 | DE | FB | 16 | C | 0 | 2 | D4 | 57 | 58 |
| Octal | 304 | 336 | 373 | 26 | 14 | 0 | 2 | 324 | 127 | 130 |
| Binary | 11000100 | 11011110 | 11111011 | 10110 | 1100 | 0 | 10 | 11010100 | 1010111 | 1011000 |
Color Harmonies of #C4DEFB
Complementary color
Monochromatic Colors of #C4DEFB
Black with #C4DEFB
Text Example
Text Example
White with #C4DEFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DEFB; }
p { color: rgb(196,222,251); }
H1.HeaderClassName
{
color: #C4DEFB;
}
.AnyTagClassName
{
color: #C4DEFB;
}
</style>
background-color css
<style>
a { background-color: #C4DEFB; }
a { background-color: rgb(196,222,251); }
div.DivClassName
{
background-color: #C4DEFB;
}
.BgClassName
{
background-color: #C4DEFB;
}
</style>
border-color css
<style>
span { border-color: #C4DEFB; }
span { border-color: rgb(196,222,251); }
td.TdClassName
{
border-color: #C4DEFB;
}
.TagClassName
{
border-color: #C4DEFB;
}
</style>