Shades of Pattens Blue #C2DCEE
Tints of Pattens Blue #C2DCEE
RGB
CMYK
RGB Variations
Color information
#C2DCEE (or 0xC2DCEE) is known color: Pattens Blue. HEX triplet: C2, DC and EE. RGB value is (194,220,238). Sum of RGB (Red+Green+Blue) = 194+220+238=652 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.75% from 652); Green value is 220 (86.33% from 255 or 33.74% from 652); Blue value is 238 (93.36% from 255 or 36.50% from 652); Max value from RGB is 238 - color contains mainly: blue. Hex color #C2DCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2DCEE is #3D2311. Grayscale: #D6D6D6. Windows color (decimal): -4006674 or 15654082. OLE color: 15654082.
HSL color Cylindrical-coordinate representation of color #C2DCEE: hue angle of 204.55º degrees, saturation: 0.56, 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 #C2DCEE is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 194 | 220 | 238 | - |
CMYK | 0.18 | 0.08 | 0 | 0.07 |
HSL | 204.55º | 0.56% | 0.85% | - |
HSV(B) | 204.55º | 0.18% | 0.93% | - |
XYZ | 63.27 | 68.83 | 90.84 | - |
YUV | 214.28 | 141.39 | 113.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 220 | 238 | 0.18 | 0.08 | 0 | 0.07 | 204.55 | 0.56 | 0.85 |
Hex | C2 | DC | EE | 12 | 8 | 0 | 7 | CD | 38 | 55 |
Octal | 302 | 334 | 356 | 22 | 10 | 0 | 7 | 315 | 70 | 125 |
Binary | 11000010 | 11011100 | 11101110 | 10010 | 1000 | 0 | 111 | 11001101 | 111000 | 1010101 |
Color Harmonies of #C2DCEE
Complementary color
Monochromatic Colors of #C2DCEE
Black with #C2DCEE
Text Example
Text Example
White with #C2DCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DCEE; }
p { color: rgb(194,220,238); }
H1.HeaderClassName
{
color: #C2DCEE;
}
.AnyTagClassName
{
color: #C2DCEE;
}
</style>
background-color css
<style>
a { background-color: #C2DCEE; }
a { background-color: rgb(194,220,238); }
div.DivClassName
{
background-color: #C2DCEE;
}
.BgClassName
{
background-color: #C2DCEE;
}
</style>
border-color css
<style>
span { border-color: #C2DCEE; }
span { border-color: rgb(194,220,238); }
td.TdClassName
{
border-color: #C2DCEE;
}
.TagClassName
{
border-color: #C2DCEE;
}
</style>