Shades of Pattens Blue #C7EEFF
Tints of Pattens Blue #C7EEFF
RGB
CMYK
RGB Variations
Color information
#C7EEFF (or 0xC7EEFF) is known color: Pattens Blue. HEX triplet: C7, EE and FF. RGB value is (199,238,255). Sum of RGB (Red+Green+Blue) = 199+238+255=692 (91% of max value = 765). Red value is 199 (78.12% from 255 or 28.76% from 692); Green value is 238 (93.36% from 255 or 34.39% from 692); Blue value is 255 (100% from 255 or 36.85% from 692); Max value from RGB is 255 - color contains mainly: blue. Hex color #C7EEFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7EEFF is #381100. Grayscale: #E4E4E4. Windows color (decimal): -3674369 or 16772807. OLE color: 16772807.
HSL color Cylindrical-coordinate representation of color #C7EEFF: hue angle of 198.21º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C7EEFF is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 199 | 238 | 255 | - |
CMYK | 0.22 | 0.07 | 0 | 0 |
HSL | 198.21º | 1% | 0.89% | - |
HSV(B) | 198.21º | 0.22% | 1% | - |
XYZ | 72.18 | 80.51 | 106.34 | - |
YUV | 228.28 | 143.08 | 107.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 238 | 255 | 0.22 | 0.07 | 0 | 0 | 198.21 | 1 | 0.89 |
Hex | C7 | EE | FF | 16 | 7 | 0 | 0 | C6 | 64 | 59 |
Octal | 307 | 356 | 377 | 26 | 7 | 0 | 0 | 306 | 144 | 131 |
Binary | 11000111 | 11101110 | 11111111 | 10110 | 111 | 0 | 0 | 11000110 | 1100100 | 1011001 |
Color Harmonies of #C7EEFF
Complementary color
Monochromatic Colors of #C7EEFF
Black with #C7EEFF
Text Example
Text Example
White with #C7EEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7EEFF; }
p { color: rgb(199,238,255); }
H1.HeaderClassName
{
color: #C7EEFF;
}
.AnyTagClassName
{
color: #C7EEFF;
}
</style>
background-color css
<style>
a { background-color: #C7EEFF; }
a { background-color: rgb(199,238,255); }
div.DivClassName
{
background-color: #C7EEFF;
}
.BgClassName
{
background-color: #C7EEFF;
}
</style>
border-color css
<style>
span { border-color: #C7EEFF; }
span { border-color: rgb(199,238,255); }
td.TdClassName
{
border-color: #C7EEFF;
}
.TagClassName
{
border-color: #C7EEFF;
}
</style>