Shades of Pattens Blue #C4DAE5
Tints of Pattens Blue #C4DAE5
RGB
CMYK
RGB Variations
Color information
#C4DAE5 (or 0xC4DAE5) is known color: Pattens Blue. HEX triplet: C4, DA and E5. RGB value is (196,218,229). Sum of RGB (Red+Green+Blue) = 196+218+229=643 (85% of max value = 765). Red value is 196 (76.95% from 255 or 30.48% from 643); Green value is 218 (85.55% from 255 or 33.90% from 643); Blue value is 229 (89.84% from 255 or 35.61% from 643); Max value from RGB is 229 - color contains mainly: blue. Hex color #C4DAE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4DAE5 is #3B251A. Grayscale: #D4D4D4. Windows color (decimal): -3876123 or 15063748. OLE color: 15063748.
HSL color Cylindrical-coordinate representation of color #C4DAE5: hue angle of 200º degrees, saturation: 0.39, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C4DAE5 is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 196 | 218 | 229 | - |
CMYK | 0.14 | 0.05 | 0 | 0.10 |
HSL | 200º | 0.39% | 0.83% | - |
HSV(B) | 200º | 0.14% | 0.9% | - |
XYZ | 61.98 | 67.54 | 83.9 | - |
YUV | 212.68 | 137.21 | 116.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 196 | 218 | 229 | 0.14 | 0.05 | 0 | 0.10 | 200 | 0.39 | 0.83 |
Hex | C4 | DA | E5 | E | 5 | 0 | A | C8 | 27 | 53 |
Octal | 304 | 332 | 345 | 16 | 5 | 0 | 12 | 310 | 47 | 123 |
Binary | 11000100 | 11011010 | 11100101 | 1110 | 101 | 0 | 1010 | 11001000 | 100111 | 1010011 |
Color Harmonies of #C4DAE5
Complementary color
Monochromatic Colors of #C4DAE5
Black with #C4DAE5
Text Example
Text Example
White with #C4DAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DAE5; }
p { color: rgb(196,218,229); }
H1.HeaderClassName
{
color: #C4DAE5;
}
.AnyTagClassName
{
color: #C4DAE5;
}
</style>
background-color css
<style>
a { background-color: #C4DAE5; }
a { background-color: rgb(196,218,229); }
div.DivClassName
{
background-color: #C4DAE5;
}
.BgClassName
{
background-color: #C4DAE5;
}
</style>
border-color css
<style>
span { border-color: #C4DAE5; }
span { border-color: rgb(196,218,229); }
td.TdClassName
{
border-color: #C4DAE5;
}
.TagClassName
{
border-color: #C4DAE5;
}
</style>