Shades of Pattens Blue #C5DEEE
Tints of Pattens Blue #C5DEEE
RGB
CMYK
RGB Variations
Color information
#C5DEEE (or 0xC5DEEE) is known color: Pattens Blue. HEX triplet: C5, DE and EE. RGB value is (197,222,238). Sum of RGB (Red+Green+Blue) = 197+222+238=657 (87% of max value = 765). Red value is 197 (77.34% from 255 or 29.98% from 657); Green value is 222 (87.11% from 255 or 33.79% from 657); Blue value is 238 (93.36% from 255 or 36.23% from 657); Max value from RGB is 238 - color contains mainly: blue. Hex color #C5DEEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5DEEE is #3A2111. Grayscale: #D8D8D8. Windows color (decimal): -3809554 or 15654597. OLE color: 15654597.
HSL color Cylindrical-coordinate representation of color #C5DEEE: hue angle of 203.41º degrees, saturation: 0.55, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C5DEEE is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 197 | 222 | 238 | - |
CMYK | 0.17 | 0.07 | 0 | 0.07 |
HSL | 203.41º | 0.55% | 0.85% | - |
HSV(B) | 203.41º | 0.17% | 0.93% | - |
XYZ | 64.58 | 70.29 | 91.05 | - |
YUV | 216.35 | 140.22 | 114.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 222 | 238 | 0.17 | 0.07 | 0 | 0.07 | 203.41 | 0.55 | 0.85 |
Hex | C5 | DE | EE | 11 | 7 | 0 | 7 | CB | 37 | 55 |
Octal | 305 | 336 | 356 | 21 | 7 | 0 | 7 | 313 | 67 | 125 |
Binary | 11000101 | 11011110 | 11101110 | 10001 | 111 | 0 | 111 | 11001011 | 110111 | 1010101 |
Color Harmonies of #C5DEEE
Complementary color
Monochromatic Colors of #C5DEEE
Black with #C5DEEE
Text Example
Text Example
White with #C5DEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DEEE; }
p { color: rgb(197,222,238); }
H1.HeaderClassName
{
color: #C5DEEE;
}
.AnyTagClassName
{
color: #C5DEEE;
}
</style>
background-color css
<style>
a { background-color: #C5DEEE; }
a { background-color: rgb(197,222,238); }
div.DivClassName
{
background-color: #C5DEEE;
}
.BgClassName
{
background-color: #C5DEEE;
}
</style>
border-color css
<style>
span { border-color: #C5DEEE; }
span { border-color: rgb(197,222,238); }
td.TdClassName
{
border-color: #C5DEEE;
}
.TagClassName
{
border-color: #C5DEEE;
}
</style>