Shades of Pattens Blue #C2DAEF
Tints of Pattens Blue #C2DAEF
RGB
CMYK
RGB Variations
Color information
#C2DAEF (or 0xC2DAEF) is known color: Pattens Blue. HEX triplet: C2, DA and EF. RGB value is (194,218,239). Sum of RGB (Red+Green+Blue) = 194+218+239=651 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.80% from 651); Green value is 218 (85.55% from 255 or 33.49% from 651); Blue value is 239 (93.75% from 255 or 36.71% from 651); Max value from RGB is 239 - color contains mainly: blue. Hex color #C2DAEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2DAEF is #3D2510. Grayscale: #D5D5D5. Windows color (decimal): -4007185 or 15719106. OLE color: 15719106.
HSL color Cylindrical-coordinate representation of color #C2DAEF: hue angle of 208º degrees, saturation: 0.58, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C2DAEF is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 194 | 218 | 239 | - |
CMYK | 0.19 | 0.09 | 0 | 0.06 |
HSL | 208º | 0.58% | 0.85% | - |
HSV(B) | 208º | 0.19% | 0.94% | - |
XYZ | 62.9 | 67.84 | 91.44 | - |
YUV | 213.22 | 142.55 | 114.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 218 | 239 | 0.19 | 0.09 | 0 | 0.06 | 208 | 0.58 | 0.85 |
Hex | C2 | DA | EF | 13 | 9 | 0 | 6 | D0 | 3A | 55 |
Octal | 302 | 332 | 357 | 23 | 11 | 0 | 6 | 320 | 72 | 125 |
Binary | 11000010 | 11011010 | 11101111 | 10011 | 1001 | 0 | 110 | 11010000 | 111010 | 1010101 |
Color Harmonies of #C2DAEF
Complementary color
Monochromatic Colors of #C2DAEF
Black with #C2DAEF
Text Example
Text Example
White with #C2DAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DAEF; }
p { color: rgb(194,218,239); }
H1.HeaderClassName
{
color: #C2DAEF;
}
.AnyTagClassName
{
color: #C2DAEF;
}
</style>
background-color css
<style>
a { background-color: #C2DAEF; }
a { background-color: rgb(194,218,239); }
div.DivClassName
{
background-color: #C2DAEF;
}
.BgClassName
{
background-color: #C2DAEF;
}
</style>
border-color css
<style>
span { border-color: #C2DAEF; }
span { border-color: rgb(194,218,239); }
td.TdClassName
{
border-color: #C2DAEF;
}
.TagClassName
{
border-color: #C2DAEF;
}
</style>