#C7E0EB

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

Shades of Pattens Blue #C7E0EB

Tints of Pattens Blue #C7E0EB

Color information

#C7E0EB (or 0xC7E0EB) is unknown color: approx Pattens Blue. HEX triplet: C7, E0 and EB. RGB value is (199,224,235). Sum of RGB (Red+Green+Blue) = 199+224+235=658 (87% of max value = 765). Red value is 199 (78.12% from 255 or 30.24% from 658); Green value is 224 (87.89% from 255 or 34.04% from 658); Blue value is 235 (92.19% from 255 or 35.71% from 658); Max value from RGB is 235 - color contains mainly: blue. Hex color #C7E0EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7E0EB is #381F14. Grayscale: #D9D9D9. Windows color (decimal): -3677973 or 15458503. OLE color: 15458503.

HSL color Cylindrical-coordinate representation of color #C7E0EB: hue angle of 198.33º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C7E0EB is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB199224235-
CMYK0.150.0500.08
HSL198.33º47.37%85.1%-
HSV(B)198.33º15.32%92.16%-
XYZ65.271.4588.95-
YUV217.78137.72114.61-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 30.24%
GREEN value IS 224 (87.89% from 255) = 34.04%
BLUE value IS 235 (92.19% from 255) = 35.71%
R=30.24%
G=34.04%
B=35.71%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1992242350.150.0500.08198.3347.3785.1
HexC7E0EBF508c62f55
Octal30734035317501030657125
Binary110001111110000011101011111110101000110001101011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7E0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7E0EB; }

 p { color: rgb(199,224,235); }

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

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

 a { background-color: rgb(199,224,235); }

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

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

 span { border-color: rgb(199,224,235); }

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