Shades of Pattens Blue #C3DAED
Tints of Pattens Blue #C3DAED
RGB
CMYK
RGB Variations
Color information
#C3DAED (or 0xC3DAED) is known color: Pattens Blue. HEX triplet: C3, DA and ED. RGB value is (195,218,237). Sum of RGB (Red+Green+Blue) = 195+218+237=650 (86% of max value = 765). Red value is 195 (76.56% from 255 or 30% from 650); Green value is 218 (85.55% from 255 or 33.54% from 650); Blue value is 237 (92.97% from 255 or 36.46% from 650); Max value from RGB is 237 - color contains mainly: blue. Hex color #C3DAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3DAED is #3C2512. Grayscale: #D5D5D5. Windows color (decimal): -3941651 or 15588035. OLE color: 15588035.
HSL color Cylindrical-coordinate representation of color #C3DAED: hue angle of 207.14º degrees, saturation: 0.54, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C3DAED is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 195 | 218 | 237 | - |
CMYK | 0.18 | 0.08 | 0 | 0.07 |
HSL | 207.14º | 0.54% | 0.85% | - |
HSV(B) | 207.14º | 0.18% | 0.93% | - |
XYZ | 62.86 | 67.86 | 89.91 | - |
YUV | 213.29 | 141.38 | 114.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 218 | 237 | 0.18 | 0.08 | 0 | 0.07 | 207.14 | 0.54 | 0.85 |
Hex | C3 | DA | ED | 12 | 8 | 0 | 7 | CF | 36 | 55 |
Octal | 303 | 332 | 355 | 22 | 10 | 0 | 7 | 317 | 66 | 125 |
Binary | 11000011 | 11011010 | 11101101 | 10010 | 1000 | 0 | 111 | 11001111 | 110110 | 1010101 |
Color Harmonies of #C3DAED
Complementary color
Monochromatic Colors of #C3DAED
Black with #C3DAED
Text Example
Text Example
White with #C3DAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DAED; }
p { color: rgb(195,218,237); }
H1.HeaderClassName
{
color: #C3DAED;
}
.AnyTagClassName
{
color: #C3DAED;
}
</style>
background-color css
<style>
a { background-color: #C3DAED; }
a { background-color: rgb(195,218,237); }
div.DivClassName
{
background-color: #C3DAED;
}
.BgClassName
{
background-color: #C3DAED;
}
</style>
border-color css
<style>
span { border-color: #C3DAED; }
span { border-color: rgb(195,218,237); }
td.TdClassName
{
border-color: #C3DAED;
}
.TagClassName
{
border-color: #C3DAED;
}
</style>