Shades of Pattens Blue #C2DEEE
Tints of Pattens Blue #C2DEEE
RGB
CMYK
RGB Variations
Color information
#C2DEEE (or 0xC2DEEE) is known color: Pattens Blue. HEX triplet: C2, DE and EE. RGB value is (194,222,238). Sum of RGB (Red+Green+Blue) = 194+222+238=654 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.66% from 654); Green value is 222 (87.11% from 255 or 33.94% from 654); Blue value is 238 (93.36% from 255 or 36.39% from 654); Max value from RGB is 238 - color contains mainly: blue. Hex color #C2DEEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2DEEE is #3D2111. Grayscale: #D7D7D7. Windows color (decimal): -4006162 or 15654594. OLE color: 15654594.
HSL color Cylindrical-coordinate representation of color #C2DEEE: hue angle of 201.82º 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 #C2DEEE is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 222 | 238 | - |
| CMYK | 0.18 | 0.07 | 0 | 0.07 |
| HSL | 201.82º | 0.56% | 0.85% | - |
| HSV(B) | 201.82º | 0.18% | 0.93% | - |
| XYZ | 63.8 | 69.88 | 91.02 | - |
| YUV | 215.45 | 140.72 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 222 | 238 | 0.18 | 0.07 | 0 | 0.07 | 201.82 | 0.56 | 0.85 |
| Hex | C2 | DE | EE | 12 | 7 | 0 | 7 | CA | 38 | 55 |
| Octal | 302 | 336 | 356 | 22 | 7 | 0 | 7 | 312 | 70 | 125 |
| Binary | 11000010 | 11011110 | 11101110 | 10010 | 111 | 0 | 111 | 11001010 | 111000 | 1010101 |
Color Harmonies of #C2DEEE
Complementary color
Monochromatic Colors of #C2DEEE
Black with #C2DEEE
Text Example
Text Example
White with #C2DEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DEEE; }
p { color: rgb(194,222,238); }
H1.HeaderClassName
{
color: #C2DEEE;
}
.AnyTagClassName
{
color: #C2DEEE;
}
</style>
background-color css
<style>
a { background-color: #C2DEEE; }
a { background-color: rgb(194,222,238); }
div.DivClassName
{
background-color: #C2DEEE;
}
.BgClassName
{
background-color: #C2DEEE;
}
</style>
border-color css
<style>
span { border-color: #C2DEEE; }
span { border-color: rgb(194,222,238); }
td.TdClassName
{
border-color: #C2DEEE;
}
.TagClassName
{
border-color: #C2DEEE;
}
</style>