#C7DEE8

Color #C7DEE8 Pattens Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pattens Blue #C7DEE8

Tints of Pattens Blue #C7DEE8

Color information

#C7DEE8 (or 0xC7DEE8) is unknown color: approx Pattens Blue. HEX triplet: C7, DE and E8. RGB value is (199,222,232). Sum of RGB (Red+Green+Blue) = 199+222+232=653 (86% of max value = 765). Red value is 199 (78.12% from 255 or 30.47% from 653); Green value is 222 (87.11% from 255 or 34.00% from 653); Blue value is 232 (91.02% from 255 or 35.53% from 653); Max value from RGB is 232 - color contains mainly: blue. Hex color #C7DEE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7DEE8 is #382117. Grayscale: #D8D8D8. Windows color (decimal): -3678488 or 15261383. OLE color: 15261383.

HSL color Cylindrical-coordinate representation of color #C7DEE8: hue angle of 198.18º degrees, saturation: 0.42, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C7DEE8 is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB199222232-
CMYK0.140.0400.09
HSL198.18º41.77%84.51%-
HSV(B)198.18º14.22%90.98%-
XYZ64.2470.2186.51-
YUV216.26136.88115.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 199 (78.12% from 255) = 30.47%
GREEN value IS 222 (87.11% from 255) = 34.00%
BLUE value IS 232 (91.02% from 255) = 35.53%
R=30.47%
G=34.00%
B=35.53%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1992222320.140.0400.09198.1841.7784.51
HexC7DEE8E409c62a55
Octal30733635016401130652125
Binary110001111101111011101000111010001001110001101010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7DEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7DEE8; }

 p { color: rgb(199,222,232); }

 H1.HeaderClassName
 {
   color: #C7DEE8;
 }
 .AnyTagClassName
 {
   color: #C7DEE8;
 }
</style>
background-color css

<style>
 a { background-color: #C7DEE8; }

 a { background-color: rgb(199,222,232); }

 div.DivClassName
 {
   background-color: #C7DEE8;
 }
 .BgClassName
 {
   background-color: #C7DEE8;
 }
</style>
border-color css

<style>
 span { border-color: #C7DEE8; }

 span { border-color: rgb(199,222,232); }

 td.TdClassName
 {
   border-color: #C7DEE8;
 }
 .TagClassName
 {
   border-color: #C7DEE8;
 }
</style>