Shades of Pattens Blue #C3DFEE
Tints of Pattens Blue #C3DFEE
RGB
CMYK
RGB Variations
Color information
#C3DFEE (or 0xC3DFEE) is known color: Pattens Blue. HEX triplet: C3, DF and EE. RGB value is (195,223,238). Sum of RGB (Red+Green+Blue) = 195+223+238=656 (86% of max value = 765). Red value is 195 (76.56% from 255 or 29.73% from 656); Green value is 223 (87.5% from 255 or 33.99% from 656); Blue value is 238 (93.36% from 255 or 36.28% from 656); Max value from RGB is 238 - color contains mainly: blue. Hex color #C3DFEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3DFEE is #3C2011. Grayscale: #D8D8D8. Windows color (decimal): -3940370 or 15654851. OLE color: 15654851.
HSL color Cylindrical-coordinate representation of color #C3DFEE: hue angle of 200.93º 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 #C3DFEE is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 195 | 223 | 238 | - |
CMYK | 0.18 | 0.06 | 0 | 0.07 |
HSL | 200.93º | 0.56% | 0.85% | - |
HSV(B) | 200.93º | 0.18% | 0.93% | - |
XYZ | 64.33 | 70.55 | 91.12 | - |
YUV | 216.34 | 140.22 | 112.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 223 | 238 | 0.18 | 0.06 | 0 | 0.07 | 200.93 | 0.56 | 0.85 |
Hex | C3 | DF | EE | 12 | 6 | 0 | 7 | C9 | 38 | 55 |
Octal | 303 | 337 | 356 | 22 | 6 | 0 | 7 | 311 | 70 | 125 |
Binary | 11000011 | 11011111 | 11101110 | 10010 | 110 | 0 | 111 | 11001001 | 111000 | 1010101 |
Color Harmonies of #C3DFEE
Complementary color
Monochromatic Colors of #C3DFEE
Black with #C3DFEE
Text Example
Text Example
White with #C3DFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DFEE; }
p { color: rgb(195,223,238); }
H1.HeaderClassName
{
color: #C3DFEE;
}
.AnyTagClassName
{
color: #C3DFEE;
}
</style>
background-color css
<style>
a { background-color: #C3DFEE; }
a { background-color: rgb(195,223,238); }
div.DivClassName
{
background-color: #C3DFEE;
}
.BgClassName
{
background-color: #C3DFEE;
}
</style>
border-color css
<style>
span { border-color: #C3DFEE; }
span { border-color: rgb(195,223,238); }
td.TdClassName
{
border-color: #C3DFEE;
}
.TagClassName
{
border-color: #C3DFEE;
}
</style>